feat: ad interface to upload logo and favicon
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { useAuth } from "@/context/AuthContext";
|
||||
import { LogOut, ShieldAlert, Building2, Activity } from "lucide-react";
|
||||
import { LogOut, ShieldAlert, Building2, Activity, Settings } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AuthHeader() {
|
||||
@@ -19,6 +19,9 @@ export default function AuthHeader() {
|
||||
<Link href="/admin/tasks" className="text-xs font-bold uppercase tracking-widest text-gray-400 hover:text-white transition-colors flex items-center gap-2">
|
||||
<Activity size={16} /> Tasks
|
||||
</Link>
|
||||
<Link href="/settings" className="text-xs font-bold uppercase tracking-widest text-gray-400 hover:text-white transition-colors flex items-center gap-2">
|
||||
<Settings size={16} /> Settings
|
||||
</Link>
|
||||
</>
|
||||
)}
|
||||
{user && (
|
||||
|
||||
Reference in New Issue
Block a user