Skip to content

Commit

Permalink
discord logo is added
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanththalla committed Jul 2, 2024
1 parent d7daf24 commit e34b2ff
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Open_Sans } from 'next/font/google';
import { IoMdMail } from "react-icons/io";
import { FiInstagram } from 'react-icons/fi';
import { FaLinkedin, FaGithub } from 'react-icons/fa';
import { FaLinkedin, FaGithub, FaDiscord } from 'react-icons/fa';
import { FaXTwitter } from 'react-icons/fa6';
import styles from '../page.module.css';
import LocationDisplay from './LocationDisplay';
Expand Down Expand Up @@ -47,6 +47,12 @@ const Sample = () => {
>
<FaGithub className="dark:text-white text-2xl " />
</a>
<a
href="https://discord.com"
target="_blank"
>
<FaDiscord className="dark:text-white text-2xl " />
</a>
</div>
<a
href="/docs/privacy-policy"
Expand Down

0 comments on commit e34b2ff

Please sign in to comment.