From 5531096660cd29539f9ecddd57aa628aa96bf2aa Mon Sep 17 00:00:00 2001 From: trisua Date: Wed, 9 Apr 2025 20:09:43 -0400 Subject: [PATCH] fix(ui): notifications --- crates/app/src/public/html/components.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/crates/app/src/public/html/components.html b/crates/app/src/public/html/components.html index 31564de..49f71a9 100644 --- a/crates/app/src/public/html/components.html +++ b/crates/app/src/public/html/components.html @@ -270,11 +270,13 @@ show_community %} {% endif %} - {{ notification.title|markdown|safe }} + {{ notification.title|markdown|safe }}
- {{ notification.content|markdown|safe }} + {{ notification.content|markdown|safe }}
{% if notification.read %} @@ -293,7 +295,7 @@ show_community %} {{ icon "check" }} {{ text "notifs:action.mark_as_read" }} - {% endif %}b + {% endif %}