Skip to content

Commit

Permalink
Update examples index hero button action variants (#2234)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Aug 17, 2024
1 parent f1f0315 commit 6b85ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/basics/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ hero:
- text: Example Guide
link: /guides/example/
icon: right-arrow
variant: primary
- text: Read the Starlight docs
link: https://starlight.astro.build
icon: external
variant: minimal
---

import { Card, CardGrid } from '@astrojs/starlight/components';
Expand Down
2 changes: 1 addition & 1 deletion examples/tailwind/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ hero:
- text: Example Guide
link: /guides/example/
icon: right-arrow
variant: primary
- text: Read the Starlight docs
link: https://starlight.astro.build
icon: external
variant: minimal
---

import { Card, CardGrid } from '@astrojs/starlight/components';
Expand Down

0 comments on commit 6b85ab5

Please sign in to comment.