Skip to content

Commit

Permalink
Title looks alright, now I need to work on the buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
aamirazad committed Jun 22, 2024
1 parent 526fd97 commit 4073f6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/topnav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,17 @@ function UserSettings() {

export function TopNav() {
return (
<nav className="flex justify-center w-full">
<div className="md:w-1/2 m-4 flex md:flex-nowrap h-10 w-56 flex-wrap items-center justify-between rounded-bl-md rounded-tl-md bg-slate-200 text-xl dark:bg-slate-900">
<div className="flex w-64">
<nav className="flex w-full justify-center">
<div className="m-4 flex h-10 w-56 flex-wrap items-center justify-between rounded-bl-md rounded-tl-md text-xl md:w-1/2 md:flex-nowrap md:bg-slate-200 md:dark:bg-slate-900">
<div className="flex flex-col md:flex md:flex-none bg-slate-200 dark:bg-slate-900 rounded-r md: rounded-none">
<Link
href="/"
className={`${buttonVariants({ variant: "link" })} text-xl font-bold`}
>
Homelab Connector
</Link>
</div>
<div className="flex h-full items-center rounded-l bg-slate-300 dark:bg-slate-700 rounded-r md:rounded-l-none">
<div className="flex h-full items-center rounded-l rounded-r bg-slate-300 dark:bg-slate-700 md:rounded-l-none">
<Link
href="paperless"
className={buttonVariants({ variant: "link" })}
Expand Down

0 comments on commit 4073f6b

Please sign in to comment.