File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import { AuthenticationDialog } from "./dialog/authentication/authentication-dia
3939import { VisuallyHidden } from "@radix-ui/react-visually-hidden" ;
4040import { DialogTitle } from "@/components/ui/dialog" ;
4141import { useUser } from "@/components/provider/user-provider" ;
42+ import { TooltipProvider } from "@/components/ui/tooltip" ;
4243
4344export default function Header ( ) {
4445 const router = useRouter ( ) ;
@@ -145,6 +146,7 @@ export default function Header() {
145146 />
146147 </ div >
147148 </ div >
149+ < TooltipProvider >
148150 < div className = "flex flex-row ml-8" >
149151 < Button
150152 variant = "secondary"
@@ -283,6 +285,7 @@ export default function Header() {
283285 </ Button >
284286 ) }
285287 </ div >
288+ </ TooltipProvider >
286289
287290 < AuthenticationDialog
288291 open = { dialogState === "authentication" }
You can’t perform that action at this time.
0 commit comments