diff --git a/website/src/lib/components/self/UserManualModal.svelte b/website/src/lib/components/self/UserManualModal.svelte index 0e8401d..2031a57 100644 --- a/website/src/lib/components/self/UserManualModal.svelte +++ b/website/src/lib/components/self/UserManualModal.svelte @@ -205,6 +205,7 @@
{#each tips as tip, index} + {#if index < $NOTIFICATIONS.length - 1} diff --git a/website/src/routes/notifications/NotificationItem.svelte b/website/src/routes/notifications/NotificationItem.svelte new file mode 100644 index 0000000..d28943e --- /dev/null +++ b/website/src/routes/notifications/NotificationItem.svelte @@ -0,0 +1,46 @@ + + +{#if notification.link} + + + +{:else} +
+ +
+{/if} \ No newline at end of file