students fked up

This commit is contained in:
Om Lanke
2025-07-06 23:30:58 +05:30
parent 59f9c356ad
commit b43eece6f2
12 changed files with 657 additions and 97 deletions

View File

@@ -17,6 +17,7 @@ import {
Search,
ChevronDown
} from 'lucide-react';
import { signOutAction } from './actions';
const navLinks = [
{
@@ -180,6 +181,7 @@ export default function MainLayout({ children }: { children: React.ReactNode })
<Button
variant="ghost"
size="sm"
onClick={signOutAction}
className="w-full justify-start text-red-600 hover:text-red-700 hover:bg-red-50"
>
<LogOut className="w-4 h-4 mr-2" />