diff --git a/src/lib/components/HelperButton.svelte b/src/lib/components/HelperButton.svelte index 1a79214..a8d50c1 100644 --- a/src/lib/components/HelperButton.svelte +++ b/src/lib/components/HelperButton.svelte @@ -22,10 +22,11 @@ transition:scale class="fixed bottom-14 right-14 bg-gray-950 text-primary-light rounded-md opacity-100 translate-y-0 flex flex-col px-4 py-2" > - Service Status - Support + Support + Blog {/if} - import { fly, slide } from "svelte/transition" + import { fly, slide, scale } from "svelte/transition" import Social from "$lib/components/Social.svelte" @@ -31,5 +31,15 @@ + + + Blog + + diff --git a/src/routes/[...notfound]/+page.svelte b/src/routes/[...notfound]/+page.svelte new file mode 100644 index 0000000..2b2f3db --- /dev/null +++ b/src/routes/[...notfound]/+page.svelte @@ -0,0 +1,12 @@ + + + Page Not Found + + The page you are looking for does not exist. It may have been moved, or removed altogether. + Perhaps you can return back to the site's{" "} + homepage and see if you can find what you are looking for. + + +
+ The page you are looking for does not exist. It may have been moved, or removed altogether. + Perhaps you can return back to the site's{" "} + homepage and see if you can find what you are looking for. +