Skip to content

Commit

Permalink
feat: rename community to TheCyberHUB (th3cyb3rhub)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xk4b1r committed Nov 1, 2024
1 parent c1d33e2 commit 4386ebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Homepage/Info/Data.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
<>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const HacktoberfestEventData = [
. If you are a beginner, please check out the curated
<Link
href={
"https://github.com/search?q=org%3Athecyberworld+is%3Aopen+is%3Aissue+label%3AHacktoberFest"
"https://github.com/search?q=org%3Ath3cyb3rhub+is%3Aopen+is%3Aissue+label%3AHacktoberFest"
}
target={"_blank"}
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Other/Certificate/CertificateCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4386ebd

Please sign in to comment.