Skip to content

Commit

Permalink
Typo & color
Browse files Browse the repository at this point in the history
  • Loading branch information
at-github committed Nov 25, 2024
1 parent 751ec29 commit aa4c071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/bouquets/BouquetCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ const { themeColors } = useThemeOptions(theme)
</div>
<div class="fr-grid-row fr-grid-row--gutters">
<div class="fr-col-12">
<p class="fr-m-0 fr-text--sm flex align-center fr-pt-3v">
<p class="fr-m-0 fr-text--sm flex align-center fr-pt-3v text-grey-380">
<VIcon name="ri:time-line" class="fr-mr-1v text-grey-380" />
mis à jour {{ formatRelativeIfRecentDate(bouquet.last_modified) }}
Mis à jour {{ formatRelativeIfRecentDate(bouquet.last_modified) }}
</p>
<p class="fr-tag fr-mt-2v">
<VIcon name="ri-database-2-line" class="fr-mr-1v" />
Expand Down

0 comments on commit aa4c071

Please sign in to comment.