Skip to content

Commit

Permalink
chore(website): reformat codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Mar 24, 2024
1 parent e8a5214 commit f0d407f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ export default function Header() {
const [isMenuOpen, setIsMenuOpen] = useState(false);

return (
<Navbar maxWidth="full" height="3rem" isBordered={true} onMenuOpenChange={setIsMenuOpen} classNames={{base: "z-50 bg-gray-200"}}>
<Navbar
maxWidth="full"
height="3rem"
isBordered={true}
onMenuOpenChange={setIsMenuOpen}
classNames={{ base: 'z-50 bg-gray-200' }}
>
<NavbarBrand>
<p className="font-mono text-2xl font-bold tracking-widest text-inherit">lhp</p>
</NavbarBrand>
Expand Down

0 comments on commit f0d407f

Please sign in to comment.