Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/Socials.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ const Socials = () => {
<Link href={'https://linktr.ee/mujhackx'} target="_blank" className=" hover:text-accent translate-all duration 300">
<button className="bg-transparent hover:text-accent text-white font-semibold hover:text-accent py-2 px-4 border border-transparent hover:border-teansparent rounded">Register</button>
</Link>
{/* <Link href={' '} className=" hover:text-accent translate-all duration 300">
<Link href={'https://www.linkedin.com/company/mujhackx'} className=" hover:text-accent translate-all duration 300">
<RiLinkedinLine />
</Link>
<Link href={' '} className=" hover:text-accent translate-all duration 300">
{/* <Link href={' '} className=" hover:text-accent translate-all duration 300">
<RiPinterestLine />
</Link> */}

Expand Down