From 51e698373c81e0e8fb77b13ea55f66be109cd87b Mon Sep 17 00:00:00 2001 From: Amirhossein Khalili Date: Tue, 23 Jun 2026 10:04:14 +0330 Subject: [PATCH] style(auth): integrate side visual in auth layout --- src/pages/Auth.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/Auth.tsx b/src/pages/Auth.tsx index f40b58b..992a154 100644 --- a/src/pages/Auth.tsx +++ b/src/pages/Auth.tsx @@ -3,30 +3,30 @@ import { Command } from "lucide-react" import { SettingsMenu } from "../components/SettingsMenu" import { useTranslation } from "../hooks/useTranslation" +import { AuthSideVisual } from "./auth/AuthSideVisual" export default function Auth() { const { t } = useTranslation() return ( -
+
-
+
+
+
+
{t.title || "Qlockify"}
-
-
-

"{t.login.brandingQuote}"

-
-
+
-
+