Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/Update social links #112

Merged
merged 3 commits into from
May 23, 2024
Merged
Changes from 1 commit
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
10 changes: 5 additions & 5 deletions src/components/Footer/page.tsx
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to add my links in this project just change the mail to abhipatel.dev@gmail.com

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to add my links in this project just change the mail to abhipatel.dev@gmail.com

Ok

Original file line number Diff line number Diff line change
Expand Up @@ -77,19 +77,19 @@ const Footer = () => {
<Link href="https://github.com/AbhiPatel10/openzone" target='_blank'>
<Github className="h-10 w-12 text-slate-300 rounded-full border-2 p-[5px] hover:transition duration-200 ease hover:bg-slate-600" />
</Link>
<Link href="https://github.com/AbhiPatel10/openzone" target='_blank'>
<Link href="mailto:mr.abhiofficial100@gmail.com" target=''>
<Mail className="h-10 w-12 text-slate-300 rounded-full border-2 p-[5px] hover:transition duration-200 ease hover:bg-slate-600" />
</Link>
<Link href="https://github.com/AbhiPatel10/openzone" target='_blank'>
<Link href="https://www.facebook.com" target='_blank'>
<Facebook className="h-10 w-12 text-slate-300 rounded-full border-2 p-[5px] hover:transition duration-200 ease hover:bg-slate-600" />
</Link>
<Link href="https://github.com/AbhiPatel10/openzone" target='_blank'>
<Link href="https://twitter.com/AbhiPatel0001" target='_blank'>
<Twitter className="h-10 w-12 text-slate-300 rounded-full border-2 p-[5px] hover:transition duration-200 ease hover:bg-slate-600" />
</Link>
<Link href="https://github.com/AbhiPatel10/openzone" target='_blank'>
<Link href="https://www.instagram.com/_.abhipatell._/" target='_blank'>
<Instagram className="h-10 w-12 text-slate-300 rounded-full border-2 p-[5px] hover:transition duration-200 ease hover:bg-slate-600" />
</Link>
<Link href="https://github.com/AbhiPatel10/openzone" target='_blank'>
<Link href="https://www.linkedin.com/in/abhipatel001/" target='_blank'>
<Linkedin className="h-10 w-12 text-slate-300 rounded-full border-2 p-[5px] hover:transition duration-200 ease hover:bg-slate-600" />
</Link>
</div>
Expand Down