Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored and astrobot-houston committed May 2, 2024
1 parent 9d216c0 commit dcdc25a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/src/content/docs/pt-br/guides/components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,10 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
/>

<CardGrid>
<LinkCard title="Escrevendo Markdown" href="/pt-br/guides/authoring-content/" />
<LinkCard
title="Escrevendo Markdown"
href="/pt-br/guides/authoring-content/"
/>
<LinkCard title="Componentes" href="/pt-br/guides/components/" />
</CardGrid>
```
Expand All @@ -218,7 +221,10 @@ import { LinkCard } from '@astrojs/starlight/components';
/>

<CardGrid>
<LinkCard title="Escrevendo Markdown" href="/pt-br/guides/authoring-content/" />
<LinkCard
title="Escrevendo Markdown"
href="/pt-br/guides/authoring-content/"
/>
<LinkCard title="Componentes" href="/pt-br/guides/components/" />
</CardGrid>

Expand Down

0 comments on commit dcdc25a

Please sign in to comment.