Skip to content

Commit

Permalink
Refactor button variant and color in 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Dec 13, 2024
1 parent 71010e0 commit f52be95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/studiocms_frontend/src/routes/404.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Layout from '../components/Layout.astro';
</div>
<h2>Page not found</h2>
<p>The page you are looking for might have been removed had its name changed or is temporarily unavailable.</p>
<Button as="a" href="/" variant='solid' class="return"><span>Back to Homepage</span></Button>
<Button as="a" href="/" variant={'outlined'} color="primary" class="return"><span>Back to Homepage</span></Button>
</div>
</div>

Expand Down

0 comments on commit f52be95

Please sign in to comment.