completionId: cgen-4ba93408c2ba497f8c3512f1b072d23f
cgen-4ba93408c2ba497f8c3512f1b072d23f
This commit is contained in:
parent
d588f82253
commit
77750af0da
1 changed files with 3 additions and 2 deletions
|
|
@ -291,9 +291,10 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
size="sm"
|
||||
className="hover-lift"
|
||||
onClick={() => signOut()}
|
||||
title="Sign out"
|
||||
>
|
||||
<LogOut className="h-4 w-4 mr-2" />
|
||||
Sign out
|
||||
<LogOut className="h-4 w-4 sm:mr-2" />
|
||||
<span className="hidden sm:inline">Sign out</span>
|
||||
</Button>
|
||||
)}
|
||||
{profile && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue