Skip to content

Commit

Permalink
chore: add meetup link icon in the footer (#1437)
Browse files Browse the repository at this point in the history
* <header>
fixes#1413
<body>
added Meetup logo in footer

* chore: prettier issue

---------

Signed-off-by: Priyankar Pal <[email protected]>
Co-authored-by: Priyankar Pal <[email protected]>
  • Loading branch information
Meetverma and priyankarpal committed Feb 15, 2024
1 parent 252531f commit 8381885
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/common/footer/ExtendedFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { MdManageSearch } from 'react-icons/md';
import { FaDiscord } from 'react-icons/fa';
import { BsGithub } from 'react-icons/bs';
import { FaXTwitter } from 'react-icons/fa6';
import { FaMeetup } from 'react-icons/fa6';
import { FaLinkedin } from 'react-icons/fa';
import { FaInstagram } from 'react-icons/fa6';
import LogoLight from 'images/img-logo-light.svg';
Expand Down Expand Up @@ -37,6 +38,12 @@ const ExtendedFooter = () => {
icon: <IoLogoRss className="icon" />,
title: 'Blog Page'
},
{
name: 'Meetup',
url: 'https://www.meetup.com/reactplay-bengaluru/',
icon: <FaMeetup className="icon" />,
title: 'Meetup Page'
},
{
name: 'Linkedin',
url: 'https://www.linkedin.com/company/reactplay/',
Expand Down

0 comments on commit 8381885

Please sign in to comment.