Skip to content

Commit bd6ae7f

Browse files
committed
Run prettier --write to fix the formatting of icons
1 parent 6ac3d3b commit bd6ae7f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

components/Footer.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
import * as React from 'react'
2-
import { FaEnvelopeOpenText, FaGithub, FaLinkedin, FaMastodon, FaTwitter, FaYoutube, FaZhihu, } from 'react-icons/fa'
2+
import {
3+
FaEnvelopeOpenText,
4+
FaGithub,
5+
FaLinkedin,
6+
FaMastodon,
7+
FaTwitter,
8+
FaYoutube,
9+
FaZhihu
10+
} from 'react-icons/fa'
311
import { IoMoonSharp, IoSunnyOutline } from 'react-icons/io5'
412

513
import * as config from '@/lib/config'

0 commit comments

Comments
 (0)