From 85cb884fac2c90ab00e945dd43df33deff822255 Mon Sep 17 00:00:00 2001 From: junaiddshaukat Date: Thu, 4 Dec 2025 15:32:14 +0500 Subject: [PATCH] fix/discord-link --- app/about/page.tsx | 4 ++-- app/mindmaster/page.tsx | 2 +- app/our-story/page.tsx | 2 +- components/footer.tsx | 4 ++-- components/navbar.tsx | 2 +- components/social-modal.tsx | 2 +- .../templates/mindmaster/slides/psychology-of-excellence.html | 2 +- images/templates/mindmaster/slides/time-energy-mastery.html | 2 +- scripts/generate-mindmaster-ppt.js | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/about/page.tsx b/app/about/page.tsx index 5bcc074..37537c8 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -55,7 +55,7 @@ export default function AboutPage() {
  • Beyond Code,
    There's the
    Discord
    -
    discord.gg/devweekends
    +
    discord.gg/Cy7Rgkf4Up
    Website
    diff --git a/images/templates/mindmaster/slides/time-energy-mastery.html b/images/templates/mindmaster/slides/time-energy-mastery.html index 1f93ef8..c0da963 100644 --- a/images/templates/mindmaster/slides/time-energy-mastery.html +++ b/images/templates/mindmaster/slides/time-energy-mastery.html @@ -1156,7 +1156,7 @@

    Master Your Time,
    Master
    Discord
    -
    discord.gg/devweekends
    +
    discord.gg/Cy7Rgkf4Up
    Website
    diff --git a/scripts/generate-mindmaster-ppt.js b/scripts/generate-mindmaster-ppt.js index 364650a..9b1b496 100644 --- a/scripts/generate-mindmaster-ppt.js +++ b/scripts/generate-mindmaster-ppt.js @@ -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", });