Skip to content

Commit

Permalink
chore(header): add gap to specific header elements
Browse files Browse the repository at this point in the history
  • Loading branch information
lindtvedtsebastian committed Nov 13, 2023
1 parent 7eaaf52 commit ca62b2c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions next-tavla/app/(admin)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@ function AdminLayout({ children }: { children: ReactNode }) {
<Image src={TavlaLogo} height={32} alt="Tavla logo" />
</Link>
<div className="flexRow g-4">
<Link href="/boards" className="primaryButton">
<Link
href="/boards"
className="primaryButton g-2 weight500"
>
<UserIcon /> Tavler
</Link>
<Link href="/organizations" className="primaryButton">
<Link
href="/organizations"
className="primaryButton g-2 weight500"
>
<OrganizationIcon />
Organisasjoner
</Link>
Expand Down

0 comments on commit ca62b2c

Please sign in to comment.