mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
update to button components
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { page } from '$app/state';
|
||||
import { MainFooter } from '$lib/components';
|
||||
import { Button } from '$lib/components/ui';
|
||||
import { Docs } from '$lib/layouts';
|
||||
import Sidebar from './Sidebar.svelte';
|
||||
</script>
|
||||
@@ -21,9 +22,9 @@
|
||||
documentation.
|
||||
</p>
|
||||
{/if}
|
||||
<a href="/docs" class="web-button is-secondary mt-3 self-center">
|
||||
<Button variant="secondary" href="/docs" class="mt-3 self-center">
|
||||
<span>Back to docs</span>
|
||||
</a>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user