Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/nav-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function NavBar() {
<div className="border-b bg-white p-4 dark:bg-dark-background dark:text-dark-text">
<div className="flex h-16 items-center justify-between">
<div className="flex max-w-screen-xl flex-wrap items-center justify-between">
<Link to="/" className="flex items-center md:pr-4">
<Link to="/explore" className="flex items-center md:pr-4">
<img src="/logo.png" className="mr-3 h-6 sm:h-9" alt="osem Logo" />
</Link>
<span className="hidden self-center whitespace-nowrap text-xl font-semibold text-light-green dark:text-dark-green md:block">
Expand Down
Loading