aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2021-04-22 16:22:03 -0400
committerKevin J Hoerr <kjhoerr@protonmail.com>2021-04-22 16:22:03 -0400
commit798312173829dea3320b1207ebb3d580cc882578 (patch)
treecedac9341a08971318d6cd8fefe314ecdfe31237 /src
parentc5f613990c2ec31b61c124aa18523d04768e107e (diff)
downloadsubmelon.dev-798312173829dea3320b1207ebb3d580cc882578.tar.gz
submelon.dev-798312173829dea3320b1207ebb3d580cc882578.tar.bz2
submelon.dev-798312173829dea3320b1207ebb3d580cc882578.zip
Use FA Mastodon icon
Diffstat (limited to 'src')
-rw-r--r--src/pages/index.tsx5
1 files changed, 3 insertions, 2 deletions
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 = () => {
</div>
<div id="links">
<div className="link">
- <a href="https://cybr.es/@kjhoerr" rel="me">Mastodon: @kjhoerr@cybr.es</a>
+ <a href="https://cybr.es/@kjhoerr" rel="me"><FaMastodon size={20} style={{ marginBottom: "-4px" }} /> @kjhoerr@cybr.es</a>
</div>
<div className="link">
<a href="https://order.blackrockbrews.com">Black Rock Brewing (recent project)</a>