diff --git a/src/components/warningMessage.svelte b/src/components/warningMessage.svelte new file mode 100644 index 0000000..5732436 --- /dev/null +++ b/src/components/warningMessage.svelte @@ -0,0 +1,41 @@ + + +{#if !$warningStore} +
+
+ +

+ Each SVG includes a link to its respective product. Permission must be + obtained before using a logo. For removal requests, + + please open an issue on GitHub + . +

+
+ +
+{/if} diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index b78d4a2..77948d8 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,6 +1,7 @@