diff --git a/vinvoor/src/App.tsx b/vinvoor/src/App.tsx
index 9f58639..97c25c5 100644
--- a/vinvoor/src/App.tsx
+++ b/vinvoor/src/App.tsx
@@ -48,7 +48,9 @@ export const App = () => {
)}
-
+
+
+
);
};
diff --git a/vinvoor/src/footer/Footer.tsx b/vinvoor/src/footer/Footer.tsx
index 6475ce1..bc59160 100644
--- a/vinvoor/src/footer/Footer.tsx
+++ b/vinvoor/src/footer/Footer.tsx
@@ -15,13 +15,12 @@ export const Footer = () => {
alignItems: "center",
}}
>
- {version?.version ?? ""}
+ v {version?.version ?? ""}
@@ -46,10 +45,9 @@ export const Footer = () => {
- Github © 2024
+ © 2024
diff --git a/vinvoor/src/navbar/NavBarUserMenu.tsx b/vinvoor/src/navbar/NavBarUserMenu.tsx
index 24c1441..78c493c 100644
--- a/vinvoor/src/navbar/NavBarUserMenu.tsx
+++ b/vinvoor/src/navbar/NavBarUserMenu.tsx
@@ -9,11 +9,12 @@ import {
import { useTheme } from "@mui/material/styles";
import { Cow, ExitRun, ShieldAccountOutline } from "mdi-material-ui";
import { FC, MouseEvent, useState } from "react";
-import { UnstyledLink } from "../components/UnstyledLink";
import { Login } from "../auth/Login";
import { Logout } from "../auth/Logout";
-import { PageIcon } from "./NavBar";
+import { BrowserView } from "../components/BrowserView";
+import { UnstyledLink } from "../components/UnstyledLink";
import { useUser } from "../hooks/useUser";
+import { PageIcon } from "./NavBar";
interface NavBarUserMenuProps {
pageIcons: readonly PageIcon[];
@@ -59,7 +60,9 @@ export const NavBarUserMenu: FC = ({
}}
>
- {user.name}
+
+ {user.name}
+