diff --git a/src/components/warning.svelte b/src/components/warning.svelte new file mode 100644 index 0000000..e59bce8 --- /dev/null +++ b/src/components/warning.svelte @@ -0,0 +1,34 @@ + + +{#if !warning && !initialValue} +
+ +

+ Use each svg responsibly. The svgs provides the link to the product or company that owns it, + please contact them if you are going to use their logo. If you are the owner + of an svg and do not want it to appear here, please + create an issue on Github. +

+ +
+{/if} diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index c180dde..db00a09 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -20,6 +20,7 @@ // Components for all pages: import Transition from '@/components/transition.svelte'; + import Warning from '@/components/warning.svelte'; // Layout: import Navbar from '@/components/navbar.svelte'; @@ -65,7 +66,6 @@ {/each} -
+