Skip to content

Commit 5f76557

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1173dde + ce156dc commit 5f76557

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/_app.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ function Toolbox({Component, pageProps}: AppProps) {
3535
<Link href={"/"}>
3636
<p css={tw`px-3 mx-1 py-2 my-auto ml-auto hover:cursor-pointer`}>Home</p>
3737
</Link>
38-
<Link href={"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}>
38+
<Link href={"https://www.spigotmc.org/members/helpchat.1491649/"}>
3939
<p css={tw`px-3 mx-1 py-2 my-auto hover:cursor-pointer`}>Spigot</p>
4040
</Link>
41-
<Link href={"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}>
41+
<Link href={"https://github.com/HelpChat"}>
4242
<p css={tw`px-3 mx-1 py-2 my-auto hover:cursor-pointer`}>Github</p>
4343
</Link>
4444
<div css={css`
@@ -73,7 +73,7 @@ function Toolbox({Component, pageProps}: AppProps) {
7373
</Link>
7474
</div>
7575
</div>
76-
<Link href={"https://www.youtube.com/watch?v=dQw4w9WgXcQ"}>
76+
<Link href={"https://discord.gg/helpchat"}>
7777
<p css={tw`px-3 mx-1 py-2 my-auto hover:cursor-pointer bg-white text-black rounded-md`}>Join
7878
our Discord</p>
7979
</Link>

0 commit comments

Comments
 (0)