Skip to content

Commit

Permalink
Remove unnecessary classname
Browse files Browse the repository at this point in the history
  • Loading branch information
brenner-company committed Mar 25, 2021
1 parent fb91ee5 commit 153ae5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/agenda/agenda-detail/sidebar-item.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="auk-u-flex auk-u-flex--align-end vlc-agenda-detail-sidebar-item__icon">
{{#if this.renderDetails}}
{{#if (await @agendaitem.checkAdded)}}
<span class="added-tag vlc-agenda-meta__recently-added">
<span class="vlc-agenda-meta__recently-added">
<WebComponents::AuIcon @name="calendar-plus" @size="small" />
<EmberTooltip @side="top" @tooltipClass="tooltip-custom">
<p>
Expand All @@ -51,7 +51,7 @@
{{/if}}

{{#if (not newsletterInfo.inNewsletter)}}
<span class="added-tag vlc-agenda-meta__recently-added">
<span class="vlc-agenda-meta__recently-added">
<WebComponents::AuIcon @name="hide" @size="small" />
<EmberTooltip @side="top" @tooltipClass="tooltip-custom">
<p>
Expand Down

0 comments on commit 153ae5b

Please sign in to comment.