diff --git a/crates/app/src/public/html/mod/profile.lisp b/crates/app/src/public/html/mod/profile.lisp index e1d6c9b..b238e94 100644 --- a/crates/app/src/public/html/mod/profile.lisp +++ b/crates/app/src/public/html/mod/profile.lisp @@ -37,13 +37,19 @@ ("class" "button quaternary") (text "{{ icon \"bell\" }}") (span - (text "Notifications"))) + (text "Notifications")) + (span + ("class" "notification") + (text "{{ profile.notification_count }}"))) (a ("href" "/requests?id={{ profile.id }}") ("class" "button quaternary") (text "{{ icon \"inbox\" }}") (span - (text "Requests"))) + (text "Requests")) + (span + ("class" "notification") + (text "{{ profile.request_count }}"))) (button ("class" "red quaternary") ("onclick" "delete_account(event)")