3 Commits

Author SHA1 Message Date
8aea5bc94f Merge pull request 'development' (#51) from development into main
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m1s
Reviewed-on: #51
2025-09-10 23:12:02 +00:00
6721dc5eef Merge pull request 'development' (#47) from development into main
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 26s
Reviewed-on: #47
2025-05-30 20:06:18 +00:00
3b2a8a6611 Merge pull request 'development' (#44) from development into main
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 27s
Reviewed-on: #44
2025-05-27 21:24:09 +00:00
2 changed files with 0 additions and 14 deletions

View File

@@ -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>

View File

@@ -1,7 +1,6 @@
<script lang="ts"> <script lang="ts">
import { ToastContainer, FlatToast } from 'svelte-toasts'; import { ToastContainer, FlatToast } from 'svelte-toasts';
import '../app.css'; import '../app.css';
import PageIcon from '$lib/components/PageIcon.svelte';
</script> </script>
<div <div
@@ -15,10 +14,6 @@
<a href="/contact" class="hover:underline">//Contact</a> <a href="/contact" class="hover:underline">//Contact</a>
</nav> </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"> <div class="container mx-auto justify-center items-center flex flex-col">
<slot /> <slot />
<ToastContainer let:data> <ToastContainer let:data>