Skip to content

Commit 2a69dc2

Browse files
committed
Add Discord Link
1 parent 8c2e1d8 commit 2a69dc2

3 files changed

Lines changed: 44 additions & 2 deletions

File tree

components/ui/help-button.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,12 @@ export function HelpButton() {
1818
<span className="text-[12.5px] font-body font-medium">Need help?</span>
1919
</button>
2020

21-
<Modal isOpen={isOpen} onClose={() => setIsOpen(false)} title="Need assistance?" size="md">
21+
<Modal
22+
isOpen={isOpen}
23+
onClose={() => setIsOpen(false)}
24+
title="Need assistance?"
25+
size="md"
26+
>
2227
<div className="flex flex-col gap-5">
2328
<div className="flex flex-col gap-2">
2429
<p className="text-[14.5px] text-ink font-body leading-relaxed">
@@ -32,7 +37,7 @@ export function HelpButton() {
3237
</div>
3338

3439
<a
35-
href="https://discord.gg/Und8vHaw5a"
40+
href="https://discord.gg/vHjMctMRjr"
3641
target="_blank"
3742
rel="noopener noreferrer"
3843
className="inline-flex items-center justify-center gap-2 h-11 px-5 rounded-md bg-brand text-brand-ink font-semibold text-[13px] hover:bg-brand-hover hover:shadow-glow-md transition-[background,box-shadow] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand focus-visible:ring-offset-2 focus-visible:ring-offset-surface"

package-lock.json

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"next": "^13.5.8",
3636
"postcss": "8.4.30",
3737
"posthog-js": "^1.313.0",
38+
"posthog-node": "^5.38.2",
3839
"postprocessing": "^6.39.1",
3940
"react": "^18.2.0",
4041
"react-dom": "18.2.0",

0 commit comments

Comments
 (0)