Skip to content

Commit

Permalink
i18n(ko-KR): update fontmatter.md (#2231)
Browse files Browse the repository at this point in the history
Co-authored-by: HiDeoo <[email protected]>
  • Loading branch information
jsparkdev and HiDeoo authored Aug 17, 2024
1 parent 96a54cd commit 05bb8a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/content/docs/ko/reference/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ hero:
- text: 더보기
link: /getting-started/
icon: right-arrow
variant: primary
- text: Github에서 보기
link: https://github.com/astronaut/my-project
icon: external
variant: minimal
attrs:
rel: me
---
Expand Down Expand Up @@ -164,8 +164,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 05bb8a7

Please sign in to comment.