diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/pages/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index e81ebba5..0727c7d0 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -12,6 +12,7 @@ function HomepageHeader() { return ( <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="me" href="https://hachyderm.io/@atuin" /> <div className="container"> <h1 className="hero__title">Making your shell <b className={styles.magical}>magical</b></h1> |
