diff --git a/website/src/lib/components/self/UserManualModal.svelte b/website/src/lib/components/self/UserManualModal.svelte
index 3772ed3..7720566 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}
-
{notification.title}
@@ -188,7 +182,7 @@
{formatTimeAgo(notification.createdAt)}
-
+
{#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