0.0.8.1
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, Calculator } from "lucide-react"
|
||||
import { BookOpen, Search, Settings, LogOut, User, ChevronDown, Plus, Trash2, Network, LayoutGrid, Calculator, HelpCircle } from "lucide-react"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { Input } from "@/components/ui/input"
|
||||
import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/avatar"
|
||||
@@ -358,11 +358,6 @@ export function SiteHeader() {
|
||||
)}
|
||||
</div>
|
||||
|
||||
<Button variant="ghost" size="icon" className="text-muted-foreground">
|
||||
<Bell className="h-5 w-5" />
|
||||
<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" />
|
||||
@@ -377,6 +372,13 @@ export function SiteHeader() {
|
||||
</Button>
|
||||
</Link>
|
||||
|
||||
<Link href="/help">
|
||||
<Button variant="ghost" size="icon" className="text-muted-foreground">
|
||||
<HelpCircle className="h-5 w-5" />
|
||||
<span className="sr-only">Help</span>
|
||||
</Button>
|
||||
</Link>
|
||||
|
||||
{status === "loading" ? (
|
||||
<Avatar className="h-8 w-8 border border-border">
|
||||
<AvatarFallback>...</AvatarFallback>
|
||||
|
||||
Reference in New Issue
Block a user