Skip to content

Commit d9c71a6

Browse files
update discord invite link
1 parent 9751d90 commit d9c71a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/web/src/app/(home)/_components/stack-builder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ const StackBuilder = () => {
16121612
<Github className="h-4 w-4" />
16131613
</Link>
16141614
<Link
1615-
href={"https://discord.com/invite/tMunxM5R"}
1615+
href={"https://discord.gg/ZYsbjpDaM5"}
16161616
target="_blank"
16171617
rel="noopener noreferrer"
16181618
className={cn(

apps/web/src/app/(home)/analytics/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ export default function AnalyticsPage() {
921921
</div>
922922

923923
<Link
924-
href="https://discord.com/invite/tMunxM5R"
924+
href="https://discord.gg/ZYsbjpDaM5"
925925
target="_blank"
926926
rel="noopener noreferrer"
927927
className="terminal-block-hover block rounded border border-border bg-background transition-colors hover:bg-accent/10"

apps/web/src/app/(home)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export default function HomePage() {
281281
</Link>
282282

283283
<Link
284-
href="https://discord.com/invite/tMunxM5R"
284+
href="https://discord.gg/ZYsbjpDaM5"
285285
target="_blank"
286286
rel="noopener noreferrer"
287287
>

0 commit comments

Comments
 (0)