From b84816e026bf7a688c3e7a5c108a1163adceb729 Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 16:53:31 +0000 Subject: [PATCH] Update links to direct users to the correct Pilates with Fadia Youtube channel Updates the Youtube link in Footer.tsx and constants.tsx to the official channel: https://www.youtube.com/channel/UCUbMEjCowuRroSFzkP31Jlw. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/8ca627ff-2bc7-4002-860c-0651a09eb2cb.jpg --- client/src/components/navigation/footer.tsx | 2 +- client/src/lib/constants.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx index 78fc806..a451b64 100644 --- a/client/src/components/navigation/footer.tsx +++ b/client/src/components/navigation/footer.tsx @@ -21,7 +21,7 @@ export default function Footer() { - + diff --git a/client/src/lib/constants.tsx b/client/src/lib/constants.tsx index 96c507d..27f87ca 100644 --- a/client/src/lib/constants.tsx +++ b/client/src/lib/constants.tsx @@ -27,7 +27,7 @@ export const CONTACT_INFO = { socialMedia: { instagram: "https://instagram.com/pilateswithfadia", facebook: "https://facebook.com/pilateswithfadia", - youtube: "https://youtube.com/pilateswithfadia", + youtube: "https://www.youtube.com/channel/UCUbMEjCowuRroSFzkP31Jlw", twitter: "https://twitter.com/pilateswithfadia" } };