diff options
-rw-r--r-- | views/profile.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/profile.pug b/views/profile.pug index d884f8f..2437eb2 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -14,7 +14,7 @@ html if ENABLE_MAIL if !user.is_verified - p <a href="/verify-mail">Verify your mail address</a> + p ⚠ <a href="/verify-mail">Verify your mail address</a> if user.notify p <a href="/unsubscribe">Disable mail notifications</a> |