completionId: cgen-ec66d975b048413e88165683c0d76b0b
cgen-ec66d975b048413e88165683c0d76b0b
This commit is contained in:
parent
a21022c31a
commit
12a4c02274
1 changed files with 2 additions and 2 deletions
|
|
@ -238,7 +238,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
<Link
|
||||
to="/dashboard"
|
||||
onClick={scrollToTop}
|
||||
className="block rounded-md bg-gradient-to-r from-aethex-500 to-neon-blue px-3 py-2 text-xs font-semibold text-white"
|
||||
className="block rounded-md bg-gradient-to-r from-aethex-500 to-neon-blue px-2.5 py-1.5 text-xs font-semibold text-white"
|
||||
>
|
||||
Dashboard
|
||||
</Link>
|
||||
|
|
@ -246,7 +246,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
<SheetClose asChild>
|
||||
<button
|
||||
type="button"
|
||||
className="w-full text-left rounded-md px-3 py-2 text-xs font-medium text-red-400 hover:text-red-300 hover:bg-red-500/10 transition-colors"
|
||||
className="w-full text-left rounded-md px-2.5 py-1.5 text-xs font-medium text-red-400 hover:text-red-300 hover:bg-red-500/10 transition-colors"
|
||||
onClick={() => signOut()}
|
||||
>
|
||||
Sign out
|
||||
|
|
|
|||
Loading…
Reference in a new issue