Add hachyderm to home

This commit is contained in:
Ellie Huxtable 2023-02-28 22:37:42 +00:00
parent 3e90031c0e
commit d46e3ad47d

View File

@ -12,6 +12,7 @@ function HomepageHeader() {
return ( return (
<header className={clsx('hero', styles.heroBanner)}> <header className={clsx('hero', styles.heroBanner)}>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐢</text></svg>" /> <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐢</text></svg>" />
<link rel="me" href="https://hachyderm.io/@atuin" />
<div className="container"> <div className="container">
<h1 className="hero__title">Making your shell <b className={styles.magical}>magical</b></h1> <h1 className="hero__title">Making your shell <b className={styles.magical}>magical</b></h1>