Skip to content

Commit

Permalink
Create Camilo's test
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovegag committed Aug 9, 2024
1 parent 99ad1a0 commit 00c25c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/berlin/src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Header() {
const { user } = useUser();

return (
<header className="bg-primary border-secondary border-b text-sm">
<header className="border-secondary border-b bg-amber-500 text-sm">
{isMenuOpen && (
<NavigationMenu
className="font-raleway bg-primary absolute z-20 mt-[65px] flex h-full flex-col items-center justify-center uppercase"
Expand All @@ -52,7 +52,7 @@ export default function Header() {
<section className="mx-auto flex min-h-16 w-[min(90%,1080px)] items-center justify-between">
<div className="flex cursor-pointer items-center gap-2" onClick={() => navigate('/')}>
<img src={`/logos/lexicon-${theme}.svg`} alt="Lexicon Logo" height={32} width={32} />
<h1 className="text-2xl font-semibold leading-6">Lexicon</h1>
<h1 className="text-2xl font-semibold leading-6">Camilo</h1>
</div>
<NavigationMenu className="font-raleway uppercase">
<NavigationMenuList className="gap-3">
Expand Down

0 comments on commit 00c25c0

Please sign in to comment.