0.0.5.0
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user