From 798312173829dea3320b1207ebb3d580cc882578 Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Thu, 22 Apr 2021 16:22:03 -0400 Subject: Use FA Mastodon icon --- src/pages/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 30adaf8..f162106 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -3,8 +3,9 @@ import styled from "styled-components"; import { StaticImage } from "gatsby-plugin-image"; import SEO from "../components/SEO"; import "../styles/main.css"; +import { FaMastodon } from "react-icons/fa"; -const TIMESTAMP = "1619067584"; +const TIMESTAMP = "1619122879"; const SHORT_CHARS = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z"]; function toShort (valu: number): string { @@ -130,7 +131,7 @@ const IndexPage = () => {