Skip to content

Commit

Permalink
Merge pull request #202 from hiCXK/main
Browse files Browse the repository at this point in the history
Fixed broken link.
  • Loading branch information
Mr-Sunglasses authored Oct 11, 2023
2 parents dd7eeea + 4514475 commit 8b1d4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Contacts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Contacts = () => {
<div className="lg:w-1/2 md:w-2/3 mx-auto mb-8">
<div className="flex justify-center md:space-x-12 lg:space-x-14 xl:space-x-20 space-x-6">
<div className="w-12 h-10 flex flex-col items-center">
<a href="https://discord.gg/6EYsMh9x" target="discord" > <FaDiscord className= " hover:fill-current hover:text-[#0DFF1C] hover:w-12 " size={40} /> </a>
<a href="https://discord.com/invite/4xruwjjU9B" target="discord" > <FaDiscord className= " hover:fill-current hover:text-[#0DFF1C] hover:w-12 " size={40} /> </a>
</div>
<div className="w-12 h-10 flex flex-col items-center">
<a href="Mailto:[email protected]" target="mail" ><FaEnvelope className= " hover:fill-current hover:text-[#0DFF1C] hover:w-12 hover:h-10" size={35} /></a>
Expand Down

0 comments on commit 8b1d4f2

Please sign in to comment.