Skip to content

Commit

Permalink
fix closing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Nov 30, 2023
1 parent 78cb3e6 commit 104e810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/_ko/develop/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<CardGrid>
<LinkCard title="개발 주기" href="/ko/guides/develop/development-cycle/" />
<LinkCard title="종속성 업데이트하기" href="/ko/guides/develop/updating-dependencies" />
<CardGrid/>
</CardGrid>
2 changes: 1 addition & 1 deletion src/content/docs/fr/guides/develop/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<CardGrid>
<LinkCard title="Development Cycle" href="/fr/guides/develop/development-cycle/" />
<LinkCard title="Mise à jour des dépendances" href="/fr/guides/develop/updating-dependencies" />
<CardGrid/>
</CardGrid>

0 comments on commit 104e810

Please sign in to comment.