Skip to content

Commit

Permalink
updated invite link
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhil Pillai committed Aug 24, 2024
1 parent f5509be commit 469db6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { DISCORD_INVITE_LINK } from '@/constants';
import React from 'react';

export default function Home() {
Expand Down Expand Up @@ -31,7 +32,7 @@ export default function Home() {
View on GitHub
</a>
<a
href="https://discord.com/invite/DCznYuU4Ms"
href={DISCORD_INVITE_LINK}
className="inline-flex items-center justify-center w-full px-5 py-3 text-sm font-medium text-center text-gray-900 border border-gray-200 rounded-lg sm:w-auto hover:bg-gray-100 focus:ring-4 focus:ring-gray-100 dark:text-white dark:border-gray-700 dark:hover:bg-gray-700 dark:focus:ring-gray-800"
>
<svg
Expand Down

0 comments on commit 469db6b

Please sign in to comment.