diff --git a/src/pages/Layout.css b/src/pages/Layout.css index 7725e9b..a6a0ddd 100644 --- a/src/pages/Layout.css +++ b/src/pages/Layout.css @@ -1,3 +1,7 @@ +.logo { + cursor: pointer; +} + .unread-count { width: 20px; height: 20px; @@ -12,4 +16,4 @@ background-color: var(--error); font-weight: bold; text-align: center; -} \ No newline at end of file +} diff --git a/src/pages/Layout.tsx b/src/pages/Layout.tsx index 34c1d45..f42531d 100644 --- a/src/pages/Layout.tsx +++ b/src/pages/Layout.tsx @@ -87,7 +87,7 @@ export default function Layout() { return (
-
navigate("/")}>snort
+
navigate("/")}>snort
{key ? accountHeader() :
navigate("/login")}>Login
@@ -98,4 +98,4 @@ export default function Layout() {
) -} \ No newline at end of file +}