Skip to content

Commit

Permalink
fix: revise statements
Browse files Browse the repository at this point in the history
  • Loading branch information
CBID2 authored Jan 28, 2024
1 parent 208fb53 commit dfd2af3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -279,26 +279,26 @@ export default function Home() {
{community && (
<>
<div className="text-text-quinary">
Get involved in our community. Everyone is welcome!
Get involved! Everyone is welcome!
</div>
<div className="flex flex-col sm:flex-row items-center justify-center gap-4 mt-4">
<SocialLink
href="https://twitter.com/linkshubdotdev"
icon={<FaXTwitter size={30} />}
title="Twitter"
description="Follow us on X (twitter) to get updates, announcemnets and general information."
description="Follow us on X (twitter) to get updates, announcements, and general information."
/>
<SocialLink
href="https://discord.com/invite/NvK67YnJX5"
icon={<FaDiscord size={30} />}
title="Discord"
description="Get involved in our community for updates, ask questions, and share tips."
description="Join our community for updates, ask questions, and share tips."
/>
<SocialLink
href="https://github.com/rupali-codes/LinksHub"
icon={<FaGithub size={30} />}
title="Github"
description="To report bugs & issues, suggest features, and contribute to the project."
description="Join us here to report bugs & issues, and suggest features."
/>
</div>
</>
Expand Down

0 comments on commit dfd2af3

Please sign in to comment.