diff --git a/src/components/Homepage/Info/Data.jsx b/src/components/Homepage/Info/Data.jsx index 96f2af3c..310d447b 100644 --- a/src/components/Homepage/Info/Data.jsx +++ b/src/components/Homepage/Info/Data.jsx @@ -123,7 +123,7 @@ export const contributeData = { lightBg: false, lightText: true, lightTextDesc: true, - topLine: "Contribute to TheCyberworld", + topLine: "Contribute to TheCyberHUB", headline: "Want to Contribute?", description: ( <> diff --git a/src/components/OldEvents/EventsData/HacktoberfestEventData.jsx b/src/components/OldEvents/EventsData/HacktoberfestEventData.jsx index a82eccbc..614b547a 100644 --- a/src/components/OldEvents/EventsData/HacktoberfestEventData.jsx +++ b/src/components/OldEvents/EventsData/HacktoberfestEventData.jsx @@ -94,7 +94,7 @@ const HacktoberfestEventData = [ . If you are a beginner, please check out the curated diff --git a/src/components/Other/Certificate/CertificateCard.jsx b/src/components/Other/Certificate/CertificateCard.jsx index c3ea6fa4..d1d5a511 100644 --- a/src/components/Other/Certificate/CertificateCard.jsx +++ b/src/components/Other/Certificate/CertificateCard.jsx @@ -98,7 +98,7 @@ const CertificateCard = () => { const text = "I just got my certificate for " + certificate?.ctf + - " from @thecyberworld community. Check it out at https://thecyberhub.org/ctf/certificate/" + + " from @th3cyb3rhub community. Check it out at https://thecyberhub.org/ctf/certificate/" + certificate?._id; const url = "https://www.linkedin.com/feed/?shareActive=true&text=" + text; window.open(url);