minor
This commit is contained in:
@@ -7,7 +7,7 @@ export function UserDropdown() {
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<button>
|
||||
<Avatar className="text-black">
|
||||
<Avatar>
|
||||
<AvatarFallback>CL</AvatarFallback>
|
||||
</Avatar>
|
||||
</button>
|
||||
|
||||
@@ -15,10 +15,10 @@ export function MainLayout({ children, className }: MainLayoutProps) {
|
||||
<meta name="description" content="Generated by create-t3-app" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
</Head>
|
||||
<nav className="flex h-20 items-center justify-between border-b border-border bg-black px-8 text-white">
|
||||
<nav className="flex h-20 items-center justify-between border-b border-border bg-gradient-to-r from-blue-900 to-purple-600 px-8 text-white">
|
||||
<div className="flex flex-col [&_*]:leading-tight">
|
||||
<span className="text-2xl font-extrabold">MIXAN</span>
|
||||
<span className="text-xs text-muted">v0.0.1</span>
|
||||
<span className="text-xs text-gray-500">v0.0.1</span>
|
||||
</div>
|
||||
|
||||
<Navbar />
|
||||
|
||||
Reference in New Issue
Block a user