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
4 changes: 2 additions & 2 deletions app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function AboutPage() {
<ArrowRight className="w-4 h-4" />
</Link>
<a
href="https://discord.com/invite/32mYcRmy"
href="https://discord.gg/Cy7Rgkf4Up"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-2 px-6 py-3 border border-foreground/20 font-semibold text-xs uppercase tracking-[1px] hover:bg-foreground hover:text-background transition-all"
Expand Down Expand Up @@ -310,7 +310,7 @@ export default function AboutPage() {
</p>
<div className="flex flex-wrap justify-center gap-3">
<a
href="https://discord.com/invite/32mYcRmy"
href="https://discord.gg/Cy7Rgkf4Up"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-2 px-8 py-4 bg-foreground text-background font-semibold text-xs uppercase tracking-[2px] hover:opacity-90 transition-all"
Expand Down
2 changes: 1 addition & 1 deletion app/mindmaster/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export default function MindMaster() {
</p>
<div className="flex flex-wrap justify-center gap-4">
<Link
href="https://discord.gg/devweekends"
href="https://discord.gg/Cy7Rgkf4Up"
target="_blank"
rel="noopener noreferrer"
className="inline-flex items-center gap-2 px-8 py-4 bg-background text-foreground font-semibold text-sm uppercase tracking-[1px] hover:opacity-90 transition-all"
Expand Down
2 changes: 1 addition & 1 deletion app/our-story/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default function OurStoryPage() {
<ArrowRight className="w-4 h-4 group-hover:translate-x-1 transition-transform" />
</Link>
<a
href="https://discord.com/invite/32mYcRmy"
href="https://discord.gg/Cy7Rgkf4Up"
target="_blank"
rel="noopener noreferrer"
className="group inline-flex items-center gap-2 px-8 py-4 border border-foreground/20 font-semibold text-xs uppercase tracking-[2px] hover:border-foreground hover:bg-foreground hover:text-background transition-all"
Expand Down
4 changes: 2 additions & 2 deletions components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Footer() {
{
name: 'Discord',
icon: null, // Custom SVG below
url: 'https://discord.com/invite/32mYcRmy',
url: 'https://discord.gg/Cy7Rgkf4Up',
},
{
name: 'LinkedIn',
Expand Down Expand Up @@ -178,7 +178,7 @@ export default function Footer() {
<ul className="space-y-3 text-sm">
<li>
<a
href="https://discord.com/invite/32mYcRmy"
href="https://discord.gg/Cy7Rgkf4Up"
target="_blank"
rel="noopener noreferrer"
className="text-background/70 hover:text-background transition-colors"
Expand Down
2 changes: 1 addition & 1 deletion components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function Navbar() {

{/* Join Community Button */}
<a
href="https://discord.com/invite/32mYcRmy"
href="https://discord.gg/Cy7Rgkf4Up"
target="_blank"
rel="noopener noreferrer"
className="hidden md:inline-flex items-center gap-2 px-4 py-2 border border-foreground/20 text-xs font-semibold uppercase tracking-[1px] hover:bg-foreground hover:text-background transition-all"
Expand Down
2 changes: 1 addition & 1 deletion components/social-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function SocialModal() {
},
{
name: 'Discord',
url: 'https://discord.com/invite/c7Sn3yhvSh',
url: 'https://discord.gg/Cy7Rgkf4Up',
icon: 'https://cdn.brandfetch.io/idM8Hlme1a/theme/dark/symbol.svg?c=1dxbfHSJFAPEGdCLU4o5B',
color: 'hover:bg-[#5865F2]/10'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ <h1 class="title title--xl">Beyond Code,<br>There's <span class="highlight">the
<div style="margin-top: 60px; display: flex; gap: 60px; justify-content: center;">
<div style="text-align: left;">
<div style="font-size: 11px; opacity: 0.4; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px;">Discord</div>
<div style="font-size: 16px; font-weight: 500;">discord.gg/devweekends</div>
<div style="font-size: 16px; font-weight: 500;">discord.gg/Cy7Rgkf4Up</div>
</div>
<div style="text-align: left;">
<div style="font-size: 11px; opacity: 0.4; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px;">Website</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ <h1 class="title title--xl">Master Your Time,<br><span class="highlight">Master
<div style="margin-top: 60px; display: flex; gap: 60px; justify-content: center;">
<div style="text-align: left;">
<div style="font-size: 11px; opacity: 0.4; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px;">Discord</div>
<div style="font-size: 16px; font-weight: 500;">discord.gg/devweekends</div>
<div style="font-size: 16px; font-weight: 500;">discord.gg/Cy7Rgkf4Up</div>
</div>
<div style="text-align: left;">
<div style="font-size: 11px; opacity: 0.4; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px;">Website</div>
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-mindmaster-ppt.js
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ function createMindMasterPresentation() {
});

// Footer info
slide15.addText("discord.gg/devweekends", {
slide15.addText("discord.gg/Cy7Rgkf4Up", {
x: 0.6, y: 4.6, w: 11.5, fontSize: 14, fontFace: "Arial",
color: colors.lightGray, align: "center",
});
Expand Down
Loading