chat fab
This commit is contained in:
@@ -24,7 +24,7 @@ export default function TopNav() {
|
||||
</Button>
|
||||
<Show when="signed-in">
|
||||
<Button asChild className="flex h-10 lg:h-full w-full lg:w-20" variant="outline">
|
||||
<Link href={"/chat"}> Chat </Link>
|
||||
<a href="/chat"> Chat </a>
|
||||
</Button>
|
||||
</Show>
|
||||
</div>
|
||||
@@ -52,7 +52,13 @@ export default function TopNav() {
|
||||
<Show when="signed-in">
|
||||
<Button asChild className="flex h-10 lg:h-full cursor-pointer lg:w-20 content-center" variant={"outline"}>
|
||||
<div>
|
||||
<UserButton />
|
||||
<UserButton
|
||||
userProfileProps={{
|
||||
additionalOAuthScopes: {
|
||||
google: ['https://www.googleapis.com/auth/calendar'],
|
||||
},
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
</Button>
|
||||
</Show>
|
||||
|
||||
Reference in New Issue
Block a user