diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-28 22:37:42 +0000 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-02-28 22:37:42 +0000 |
| commit | d46e3ad47d03e53232269973806fb9da2248ba19 (patch) | |
| tree | 6eaa6069ab02f563c7cf602e65043db9a0c389f6 | |
| parent | Add verification (diff) | |
| download | atuin-d46e3ad47d03e53232269973806fb9da2248ba19.zip | |
Add hachyderm to home
| -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> |
