Skip to content

Commit

Permalink
fix: Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekCornerGH authored Jul 2, 2024
1 parent 7a5f2c7 commit 01b3c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ function HomepageHeader() {
<div className={styles.buttons}>
<div>
<Link
className="button button--secondary button--lg"
className="button button--secondary button--sm"
href="/docs/getting-started/discord"
>
Get started
</Link>
</div>
<div>
<Link
className="button button--secondary button--lg"
className="button button--secondary button--sm"
href="/maps"
>
Take a look at our maps
Expand Down

0 comments on commit 01b3c8a

Please sign in to comment.