Skip to content

Commit

Permalink
i18n(fr): update reference/frontmatter (#2223)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Aug 17, 2024
1 parent cf85c8b commit 500a382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/content/docs/fr/reference/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ hero:
- text: En savoir plus
link: /getting-started/
icon: right-arrow
variant: primary
- text: Voir sur GitHub
link: https://github.com/astronaut/my-project
icon: external
variant: minimal
attrs:
rel: me
---
Expand Down Expand Up @@ -166,8 +166,8 @@ interface HeroConfig {
actions?: Array<{
text: string;
link: string;
variant: 'primary' | 'secondary' | 'minimal';
icon: string;
variant?: 'primary' | 'secondary' | 'minimal';
icon?: string;
attrs?: Record<string, string | number | boolean>;
}>;
}
Expand Down

0 comments on commit 500a382

Please sign in to comment.