diff --git a/apps/web-client/src/features/shared/components/layout/header/navigation-header.tsx b/apps/web-client/src/features/shared/components/layout/header/navigation-header.tsx
index 6e340fad..44903f27 100644
--- a/apps/web-client/src/features/shared/components/layout/header/navigation-header.tsx
+++ b/apps/web-client/src/features/shared/components/layout/header/navigation-header.tsx
@@ -78,7 +78,9 @@ export function NavigationHeader({ className }: { className?: string }) {
{/* EN: CTA Button / VI: Button CTA */}
-
+
+
+
+
+ {/* EN: Theme and Language Controls / VI: Controls theme và ngôn ngữ */}
+
+
+
+
)}
diff --git a/apps/web-client/src/features/shared/middleware/auth-guard.tsx b/apps/web-client/src/features/shared/middleware/auth-guard.tsx
index b9238723..5cfd5ab6 100644
--- a/apps/web-client/src/features/shared/middleware/auth-guard.tsx
+++ b/apps/web-client/src/features/shared/middleware/auth-guard.tsx
@@ -5,7 +5,7 @@ import { useRouter } from 'next/navigation';
import { useAuthStore } from '../../../stores/auth-store';
import { Role } from '@goodgo/types';
import { Card } from '../components/ui/card';
-import { Button } from '../ui/button';
+import { Button } from '../components/ui/button';
/**
* EN: Auth Guard Props
@@ -121,7 +121,7 @@ export function AuthGuard({
-