diff --git a/OurUmbraco.Site/Views/MacroPartials/Global/AlertBar.cshtml b/OurUmbraco.Site/Views/MacroPartials/Global/AlertBar.cshtml index 13eb87b6..fd5476dc 100644 --- a/OurUmbraco.Site/Views/MacroPartials/Global/AlertBar.cshtml +++ b/OurUmbraco.Site/Views/MacroPartials/Global/AlertBar.cshtml @@ -14,18 +14,22 @@ @if (showNotification) { -
+ Your profile picture is a little on the small side, it would look much nicer if you could update it to be larger image. +
+ It would look much nicer if you could update it to be larger image. +
+
@{
- if (topic.Replies != 0 && !string.IsNullOrEmpty(topic.LastReplyAuthorName))
- {
-