Skip to content

Commit

Permalink
Realign logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed Feb 23, 2024
1 parent 95bc409 commit 4849338
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/layouts/components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import { logoIcon } from '@/lib/icons'
import { useTheme } from 'next-app-theme/use-theme'
import Link from 'next/link'

export function Header() {
const { theme } = useTheme()
return (
<div className="grid py-7">
<div>
<Link href="/" className="inline-flex items-center gap-x-3">
<div className="text-4xl sm:text-5xl">{logoIcon}</div>
<div className="mt-1.5 font-serif text-3xl italic">Iconish</div>
<div className="mt-2 font-serif text-3xl italic">Iconish</div>
</Link>
</div>
<div className="relative mb-10 mt-12 space-y-6 rounded lg:space-y-10 lg:p-10 lg:px-24 lg:py-12">
Expand Down

0 comments on commit 4849338

Please sign in to comment.