JoeFuentes-WebDev commented on a change in pull request #6504:
URL: https://github.com/apache/incubator-pinot/pull/6504#discussion_r566986270



##########
File path: 
thirdeye/thirdeye-frontend/app/pods/components/self-serve-alert-details/template.hbs
##########
@@ -95,8 +95,8 @@
         </div>
       {{/if}}
       {{#if (eq displayMode "list")}}
-        {{#link-to "manage.explore" alertData.id}}
-          <div class="te-search-results__title-name" 
title={{alertData.functionName}}>{{alertData.functionName}}</div>
+        {{#link-to "manage.explore" alertData.id 
class="te-search-results__title-link"}}
+          <p class="te-search-results__title-name" 
title={{alertData.functionName}}>{{alertData.functionName}}</p>

Review comment:
       This code is also in `.../self-serve-alert-yaml-details/template.hbs`  
(line 6)
   should it also be changed so that they are consistent?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to