Skip to content

Commit

Permalink
update discord url
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Oct 17, 2024
1 parent bbcf8ad commit 52a6e9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default async function Navbar() {
Service Status
</Button>
</Link>
<Link href={"https://go.buape.com/discord"}>
<Link href={"https://discord.gg/7MUYugRj2T"}>
<Button variant={"nav"}>Join Us on Discord</Button>
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export function JoinTheTeam() {
Submit a project
</Button>
</Link>
<Link href={"https://go.buape.com/discord"} className="w-56">
<Link href={"https://discord.gg/7MUYugRj2T"} className="w-56">
<Button variant={"outline"} className="w-full">
Join Us on Discord
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function Footer({ data }: { data: FooterLinkSection[] }) {
<Link href="https://twitter.com/buapestudios">
<TwitterLogoIcon />
</Link>
<Link href="https://go.buape.com/discord">
<Link href="https://discord.gg/7MUYugRj2T">
<DiscordLogoIcon />
</Link>
<Link href="https://github.com/buape">
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function Hero() {
Our Projects
</Button>
</Link>
<Link href={"https://go.buape.com/discord"} className="w-56">
<Link href={"https://discord.gg/7MUYugRj2T"} className="w-56">
<Button variant={"outline"} className="w-full">
Join Us on Discord
</Button>
Expand Down

0 comments on commit 52a6e9d

Please sign in to comment.