Skip to content

Commit

Permalink
Merge pull request #85 from Bostonhacks/added-discord
Browse files Browse the repository at this point in the history
added discord
  • Loading branch information
danielyu12 authored Nov 15, 2023
2 parents 88eceab + ce60cc5 commit 2de5ea7
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/components/LandingPageComponents/MentorApply.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
const MentorApply = () => {
return (
<a
className="absolute text-sm md:text-xl text-white z-50 top-[80px] right-5 hover:text-gray-600"
href="https://forms.gle/bmuKE4EViBenrwqz8"
>
Are you interested in being a mentor? Click here to apply!
</a>
<div>
{/* <a
className="absolute text-sm md:text-xl text-white z-50 top-[80px] right-5 hover:text-gray-600"
href="https://forms.gle/bmuKE4EViBenrwqz8"
>
Are you interested in being a mentor? Click here to apply!
</a> */}
<a
href="https://discord.gg/QZbFxZrvfS"
className="absolute text-sm md:text-xl text-white z-50 top-[80px] right-5 hover:text-gray-600"
>
Join our discord!
</a>
</div>
);
};

Expand Down

0 comments on commit 2de5ea7

Please sign in to comment.