diff --git a/components/right-sidebar.tsx b/components/right-sidebar.tsx index 61b2102..abcf2d0 100644 --- a/components/right-sidebar.tsx +++ b/components/right-sidebar.tsx @@ -1,7 +1,7 @@ import Link from 'next/link'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faGithub, faMastodon, faLinkedin } from '@fortawesome/free-brands-svg-icons'; -import { faFire, faIdCard, faArrowRight } from '@fortawesome/free-solid-svg-icons'; +import { faFire, faArrowRight } from '@fortawesome/free-solid-svg-icons'; import { siteConfig } from '@/lib/config'; import { getAllTagsWithCount } from '@/lib/posts'; import { allPages } from 'contentlayer/generated'; @@ -79,10 +79,11 @@ export function RightSidebar() { )} {siteConfig.aboutShort && ( -
-
{line}
+ ))} +