Skip to content
Merged
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
2 changes: 1 addition & 1 deletion components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const Footer = () => {
</li>
<li>
<a
href="https://discord.gg/vQWumBAR"
href="https://discord.gg/U26X9mmYnP"
target="_blank"
rel="noopener noreferrer"
className="text-gray-400 hover:text-white transition-colors text-xs sm:text-sm"
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const Navigation = () => {
Startup Program
</a>
<a
href="https://discord.gg/U9N23Zzd"
href="https://discord.gg/U26X9mmYnP"
target="_blank"
rel="noopener noreferrer"
className="text-white hover:text-cyan-400 text-sm font-medium transition-colors duration-300"
Expand Down