Skip to content

Commit 5ff2aaa

Browse files
authored
fix: correct the schedule a meeting cal link (#6660)
1 parent 7fdfdf8 commit 5ff2aaa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/silent-stingrays-visit.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'hive': patch
3+
---
4+
5+
fix schedule a meeting link

packages/web/app/src/components/ui/user-menu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export function UserMenu(props: {
186186
</DropdownMenuSub>
187187
<DropdownMenuItem asChild>
188188
<a
189-
href="https://cal.com/team/the-guild/graphql-hive-15m"
189+
href="https://cal.com/team/the-guild/hive?duration=15"
190190
target="_blank"
191191
rel="noreferrer"
192192
>

0 commit comments

Comments
 (0)