Skip to content

Commit

Permalink
Fix icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Apr 20, 2023
1 parent 04b599d commit e727a7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/VBackToSearchResultsLink.vue
Expand Up @@ -4,7 +4,7 @@
class="time inline-flex flex-row items-center gap-2 rounded-sm p-2 pe-3 text-xs font-semibold text-dark-charcoal-70 hover:text-dark-charcoal"
v-bind="$attrs"
>
<VIcon name="chevron" :rtl-flip="true" />
<VIcon name="chevron-left" :rtl-flip="true" />
{{ $t("single-result.back") }}
</VLink>
</template>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/VHeader/VHeaderDesktop.vue
Expand Up @@ -18,7 +18,7 @@
>
<VSearchBarButton
v-show="searchTerm !== ''"
icon="close"
icon="close-small"
:label="$t('browse-page.search-form.clear')"
inner-area-classes="bg-white hover:bg-dark-charcoal-10"
class="hidden group-focus-within:flex"
Expand Down
Expand Up @@ -69,7 +69,7 @@
<slot>
<VSearchBarButton
v-show="searchBarIsActive && searchTerm"
icon="close"
icon="close-small"
:label="$t('browse-page.search-form.clear')"
inner-area-classes="bg-white hover:bg-dark-charcoal-10"
@click="clearSearchText"
Expand Down

0 comments on commit e727a7d

Please sign in to comment.