This commit is contained in:
freedakgmail
2025-11-23 14:58:51 +08:00
parent d797f1abb9
commit 8b32cda811
132 changed files with 276374 additions and 1009 deletions
+8 -1
View File
@@ -1,7 +1,7 @@
"use client"
import Link from "next/link"
import { BookOpen, Search, Bell, Settings, LogOut, User, ChevronDown, Plus, Trash2, Network, LayoutGrid } from "lucide-react"
import { BookOpen, Search, Bell, Settings, LogOut, User, ChevronDown, Plus, Trash2, Network, LayoutGrid, Calculator } from "lucide-react"
import { Button } from "@/components/ui/button"
import { Input } from "@/components/ui/input"
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"
@@ -360,6 +360,13 @@ export function SiteHeader() {
<span className="sr-only">Notifications</span>
</Button>
<Link href="/relationship">
<Button variant="ghost" size="icon" className="text-muted-foreground">
<Calculator className="h-5 w-5" />
<span className="sr-only">Relationship Calculator</span>
</Button>
</Link>
<Link href="/settings">
<Button variant="ghost" size="icon" className="text-muted-foreground">
<Settings className="h-5 w-5" />