Compare commits
3 Commits
feat/homel
...
main
Author | SHA1 | Date | |
---|---|---|---|
8aea5bc94f | |||
6721dc5eef | |||
3b2a8a6611 |
@@ -1,9 +0,0 @@
|
||||
<script>
|
||||
export let iconClass = 'devicon-htmx-plain';
|
||||
</script>
|
||||
|
||||
<span
|
||||
class="fixed lg:top-4 bottom-4 left-4 text-5xl z-[1000] text-grey"
|
||||
>
|
||||
<i class={iconClass}></i>
|
||||
</span>
|
@@ -1,7 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { ToastContainer, FlatToast } from 'svelte-toasts';
|
||||
import '../app.css';
|
||||
import PageIcon from '$lib/components/PageIcon.svelte';
|
||||
</script>
|
||||
|
||||
<div
|
||||
@@ -15,10 +14,6 @@
|
||||
<a href="/contact" class="hover:underline">//Contact</a>
|
||||
</nav>
|
||||
|
||||
<a href="https://git.luke-else.co.uk" target="_blank">
|
||||
<PageIcon iconClass="devicon-git-plain" />
|
||||
</a>
|
||||
|
||||
<div class="container mx-auto justify-center items-center flex flex-col">
|
||||
<slot />
|
||||
<ToastContainer let:data>
|
||||
|
Reference in New Issue
Block a user