Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Footer = () => {
<div>
<h3 className="text-xl">Social Media</h3>
<div className="flex flex-col mt-5 gap-4">
<a href="https://discord.gg/TKBGYmZEQb" target="_blank">
<a href="https://discord.gg/9hBEKMQbpw" target="_blank">
<figure className="max-w-32">
<img src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/636e0b5493894cf60b300587_full_logo_white_RGB.svg" alt="" />
</figure>
Expand All @@ -53,4 +53,4 @@ const Footer = () => {
)
}

export default Footer
export default Footer
4 changes: 2 additions & 2 deletions src/pages/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Contact = () => {
Join our vibrant Discord community to connect with like-minded individuals,
share ideas, and collaborate on creative projects. Whether you're a seasoned
creator or just starting out, everyone is welcome! <a className="text-blue-700" target="_blank"
href="https://discord.gg/TKBGYmZEQb">Click here</a> to join our Discord server.
href="https://discord.gg/9hBEKMQbpw">Click here</a> to join our Discord server.
</Information>
</MainSection>
</div>
Expand All @@ -45,4 +45,4 @@ const Contact = () => {
)
}

export default Contact
export default Contact