Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRY social icons #644

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Run prettier --write to fix the formatting of icons
  • Loading branch information
onnimonni committed Nov 1, 2024
commit bd6ae7f89befb6b712e318b4f3fd138b66da6412
10 changes: 9 additions & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
import * as React from 'react'
import { FaEnvelopeOpenText, FaGithub, FaLinkedin, FaMastodon, FaTwitter, FaYoutube, FaZhihu, } from 'react-icons/fa'
import {
FaEnvelopeOpenText,
FaGithub,
FaLinkedin,
FaMastodon,
FaTwitter,
FaYoutube,
FaZhihu
} from 'react-icons/fa'
import { IoMoonSharp, IoSunnyOutline } from 'react-icons/io5'

import * as config from '@/lib/config'
Expand Down