diff --git a/src/lib/components/SEO.svelte b/src/lib/components/SEO.svelte new file mode 100644 index 00000000..973eaa8c --- /dev/null +++ b/src/lib/components/SEO.svelte @@ -0,0 +1,28 @@ + + + + + + + {$numberOfUnreadNotification > 0 ? `(${$numberOfUnreadNotification})` : ""} + {title} - Stocknear + + + + + + + + + + + + + + + diff --git a/src/routes/list/+layout.svelte b/src/routes/list/+layout.svelte index 07e89526..291b6692 100644 --- a/src/routes/list/+layout.svelte +++ b/src/routes/list/+layout.svelte @@ -310,27 +310,6 @@