+
@@ -28,6 +29,8 @@ const Content = () => {
/>
+
+
);
diff --git a/client/src/pages/root/_components/content/info-pair.tsx b/client/src/pages/root/_components/content/info-pair.tsx
index 9917178..f5c491b 100644
--- a/client/src/pages/root/_components/content/info-pair.tsx
+++ b/client/src/pages/root/_components/content/info-pair.tsx
@@ -5,7 +5,11 @@ interface InfoPairProps {
const InfoPair = ({ label, value }: InfoPairProps) => {
return (
-
+
{label}:{value}
);
diff --git a/client/src/pages/root/_components/footer/index.tsx b/client/src/pages/root/_components/footer/index.tsx
index 212ab8f..e9f0bca 100644
--- a/client/src/pages/root/_components/footer/index.tsx
+++ b/client/src/pages/root/_components/footer/index.tsx
@@ -1,8 +1,10 @@
const Footer = () => {
return (
);
diff --git a/client/src/pages/sign-in/_components/no-account-yet.tsx b/client/src/pages/sign-in/_components/no-account-yet.tsx
index 14c0704..4dcd005 100644
--- a/client/src/pages/sign-in/_components/no-account-yet.tsx
+++ b/client/src/pages/sign-in/_components/no-account-yet.tsx
@@ -1,12 +1,12 @@
+import { PageSwitcher } from "@/components/page-switcher";
import { useAuthStore } from "@/lib/stores/auth-store";
-import { SwitchAuth } from "@/components/switch-auth";
import { AppRoutes } from "@/constants/routes";
const NoAccountYet = () => {
const { loading } = useAuthStore();
return (
-
{
const { loading } = useAuthStore();
return (
-