Skip to content

Commit

Permalink
Merge pull request #262 from jayanththalla/discod
Browse files Browse the repository at this point in the history
added the discord
  • Loading branch information
Kritika30032002 authored Jun 23, 2024
2 parents 0b2085b + 167f437 commit cb484e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { IoMdMail } from "react-icons/io";
import { FiInstagram } from 'react-icons/fi';
import { FaLinkedin, FaGithub } from 'react-icons/fa';
import { FaXTwitter } from 'react-icons/fa6';
import { FaDiscord } from 'react-icons/fa';
import styles from '../page.module.css';
import LocationDisplay from './LocationDisplay';
import Clock from 'react-live-clock';
Expand Down Expand Up @@ -47,6 +48,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 cb484e9

Please sign in to comment.