Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
amc-corey-cox committed May 14, 2024
1 parent 40eddee commit c2150d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/src/pages/explore/TabSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
:state="{ fromSearch: search }"
class="title-name"
/>
<AppButton v-if="result.in_taxon_label"
<AppButton
v-if="result.in_taxon_label"
v-tooltip="'Taxon Name'"
class="title-taxon"
:text="result.in_taxon_label || ''"
Expand Down Expand Up @@ -406,11 +407,11 @@ watch(from, () => runGetSearch(false));

<style lang="scss" scoped>
.title {
position: relative;
display: flex;
position: relative;
align-items: center;
gap: 15px;
justify-content: space-between;
gap: 15px;
text-align: left;
}

Expand Down

0 comments on commit c2150d1

Please sign in to comment.