Skip to content

Commit

Permalink
feature: main header text button 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxjinn committed Jul 16, 2024
1 parent 4746b1e commit e11cf6a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/widgets/Header/MainHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ const MainHeader = () => {

return (
<div className="h-[50px] bg-white top-0 border-y sticky z-10 flex justify-between items-center px-2">
<Button
variant="link"
asChild
className="text-xl font-bold text-blue-500 hover:no-underline"
>
<Link href="/main">Big Brother</Link>
</Button>
<p className="text-xl font-bold text-blue-500 ml-4 cursor-default">
Big Brother
</p>
<TooltipProvider>
<Tooltip>
<TooltipTrigger asChild>
Expand Down

0 comments on commit e11cf6a

Please sign in to comment.