Add hachyderm to home
This commit is contained in:
parent
3e90031c0e
commit
d46e3ad47d
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue