Skip to content

Commit

Permalink
Merge pull request #88 from acm-ucr/shuuvi/joinLink
Browse files Browse the repository at this point in the history
added link to join us button
  • Loading branch information
2 parents 8211541 + 04198d1 commit 508431e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/home/JoinButton.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import Link from "next/link";
const JoinButton = () => {
return (
<div className="mx-auto mb-12 max-w-44 rounded-full bg-hsa-green-100 pb-3 pt-2 text-center font-openSans text-2xl font-semibold text-hsa-tan-100">
Join us!
<Link href="https://discord.gg/BMx92Z2bsY">Join us!</Link>
</div>
);
};
Expand Down

0 comments on commit 508431e

Please sign in to comment.