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" } };