Skip to content

Commit

Permalink
Prefer fontawesome icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jontes-Tech committed Feb 19, 2024
1 parent 8cd25be commit 077a375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/src/components/navbar/HamburgerMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import Link from 'next/link';
import { FC } from 'react';
import { FaDiscord, FaYoutube } from 'react-icons/fa';
import { FaXTwitter } from 'react-icons/fa6';
import { FiGithub, FiMessageCircle } from 'react-icons/fi';
import { RiTwitterXFill } from 'react-icons/ri';

import { CrossSVG, MenuSVG } from '../ClientIcons';

Expand All @@ -18,7 +18,7 @@ const links = [

const socials = [
{
icon: <RiTwitterXFill />,
icon: <FaXTwitter />,
to: 'https://twitter.com/ensdomains',
},
{ icon: <FiGithub />, to: 'https://github.com/ensdomains' },
Expand Down

0 comments on commit 077a375

Please sign in to comment.