Skip to content

Commit

Permalink
use anchor tags in search result links
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurier committed May 29, 2024
1 parent 7a99a3e commit 52d944a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend/src/components/search-results/cd.search-results.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,12 @@
elevation="1"
>
<v-card-text>
<a
@click="goToDataset(result.id)"
class="result-title text-body-1 text-decoration-none cursor-pointer text-primary"
<v-btn
:to="{ path: `dataset/${result.id}` }"
class="text-body-1 text-primary px-0"
v-html="highlight(result, 'name')"
></a>
variant="text"
></v-btn>
<div
class="d-flex gap-1 justify-space-between flex-wrap flex-lg-nowrap mt-2"
>
Expand Down

0 comments on commit 52d944a

Please sign in to comment.