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

Commit

Permalink
Fixed logo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanialhenniges committed Oct 30, 2023
1 parent c874469 commit 5fbb4c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Navigation/logged-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export default function LoggedIn() {
<div className="mx-auto max-w-7xl px-2 sm:px-4 lg:divide-y lg:divide-gray-700 lg:px-8">
<div className="relative flex h-16 justify-between">
<div className="relative z-10 flex px-2 lg:px-0">
<Link href="/">
<div className="flex flex-shrink-0 items-center">
<div className="flex flex-shrink-0 items-center">
<Link href="/">
<Image
className="h-8 w-auto"
src="/img/logo.png"
Expand All @@ -33,8 +33,8 @@ export default function LoggedIn() {
<span className="ml-4 align-middle font-bold text-gray-900 dark:text-white">
Streamer Quick Info
</span>
</div>
</Link>
</Link>
</div>
</div>
<div className="relative z-0 flex flex-1 items-center justify-center px-2 sm:absolute sm:inset-0">
<div className="w-full sm:max-w-xs">
Expand Down

0 comments on commit 5fbb4c4

Please sign in to comment.