diff --git a/src/components/navigation/NavigationBar.tsx b/src/components/navigation/NavigationBar.tsx index 1be62cc..788413a 100644 --- a/src/components/navigation/NavigationBar.tsx +++ b/src/components/navigation/NavigationBar.tsx @@ -144,18 +144,6 @@ const NavigationBar: React.FC = ({ children }) => { - - - ` dark:hover:text-back-400 px-2 py-2 hidden md:block - } ${isActive ? "dark:text-back-400" : "text-back-500"}` - } - > - - - {comment?.user && (
-
- -
{comment?.user.username}
- -
-
- mentioned you
- {comment.mentions.length > 1 && - "and " + comment.mentions.length + " others"}{" "} - -
+
{comment.resolved ? (
@@ -98,7 +79,7 @@ export const MentionedComment = ({ )}
@@ -106,7 +87,9 @@ export const MentionedComment = ({
-
+
+ +
)}