Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
style: adjust font size and select mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aiktb committed Oct 22, 2024
1 parent 1ba297d commit 4f854bb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ const Header = ({ className }: { className?: string }) => {
className,
)}
>
<Link to="/" className="flex items-center font-bold text-xl">
<Link to="/" className="flex select-none items-center font-bold text-xl">
<Logo className="size-10" />
<span className="select-all">
Vue<span className="text-green-500">AST</span>
</span>
Vue<span className="text-green-500">AST</span>
<TooltipProvider delayDuration={300}>
<Tooltip>
<TooltipTrigger asChild>
Expand All @@ -32,7 +30,7 @@ const Header = ({ className }: { className?: string }) => {
</span>
</TooltipTrigger>
<TooltipContent>
<p className="font-normal">Support Vue latest version</p>
<p className="font-normal text-base">Support Vue latest version</p>
</TooltipContent>
</Tooltip>
</TooltipProvider>
Expand Down

0 comments on commit 4f854bb

Please sign in to comment.