diff --git a/vinvoor/src/WelcomePage.tsx b/vinvoor/src/WelcomePage.tsx
index c8cd2f7..e4a7e28 100644
--- a/vinvoor/src/WelcomePage.tsx
+++ b/vinvoor/src/WelcomePage.tsx
@@ -2,7 +2,7 @@ import { GitHub } from "@mui/icons-material";
import { Box, Button, Typography } from "@mui/material";
import { ShakerOutline } from "mdi-material-ui";
import { TypographyG } from "./components/TypographyG";
-import { UnstyledLink } from "./components/UnstyledLink";
+import { Login } from "./user/Login";
declare module "@mui/material/Button" {
interface ButtonPropsColorOverrides {
@@ -29,12 +29,10 @@ export const WelcomePage = () => {
>
Welcome to Vinvoor!
Log in to start scanning
-
-
-
+
+ Log in with Zauth
+
+