From 7a66a1886203d377e40cd5f18d8a152654f8db37 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 31 Oct 2022 09:14:11 -0400 Subject: New platform; Fixed font --- pages/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pages') diff --git a/pages/index.js b/pages/index.js index c3f30ae..b97bcbb 100644 --- a/pages/index.js +++ b/pages/index.js @@ -3,7 +3,7 @@ import Link from 'next/link' import Computer from '../components/computer' import Image from "next/image"; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram, faLinkedin } from '@fortawesome/free-brands-svg-icons' +import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram, faLinkedin, faMastodon } from '@fortawesome/free-brands-svg-icons' const iconSize = "3x" const iconProperties = "hover:text-gray-700 transition-all ease-in-out" @@ -27,6 +27,7 @@ export default function Home() { + -- cgit v1.2.3