Skip to content

Commit

Permalink
adds routerLink for equipeCard
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdoulrachard committed Apr 16, 2024
1 parent dc92b49 commit 2d48de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/equipes/EquipeCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import constants from '@/constants';
<img :src="`${constants.STORAGE_URL}/equipes/covers/${data?.cover}`"
class="rounded-0 responsive zoom-on-hover" :alt="data?.name" />
<div class="title-overlay d-flex justify-content-between align-items-end">
<div >
<div>
<h5 v-if="data?.name !== null" class="tile__title line-clamp-2">{{ data?.name }}</h5>
<p class="tile__description">{{ data?.posted }}</p>
</div>
Expand Down

0 comments on commit 2d48de1

Please sign in to comment.