Skip to content

Commit

Permalink
feat: add discord server invite to socials (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo authored Feb 5, 2024
1 parent e5999ef commit d1f64b5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/Social/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
faInstagram,
faGithub,
faLinkedinIn,
faDiscord,
} from "@fortawesome/free-brands-svg-icons";
import { faXTwitter } from "@fortawesome/free-brands-svg-icons";
import { faEnvelope } from "@fortawesome/free-solid-svg-icons";
Expand Down Expand Up @@ -51,6 +52,14 @@ export default function Social() {
>
<FontAwesomeIcon icon={faFacebook} />
</a>
<a
className="w-5 transition-colors duration-75 ease-in hover:text-quinary"
href="https://discord.gg/stUtCjsnHx"
target="_blank"
rel="noreferrer"
>
<FontAwesomeIcon icon={faDiscord} />
</a>
<a
className="w-5 transition-colors duration-75 ease-in hover:text-quinary"
href="mailto:geral@seium.org"
Expand Down

0 comments on commit d1f64b5

Please sign in to comment.