diff options
| author | jackyzha0 <[email protected]> | 2020-05-09 23:07:12 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-09 23:07:12 -0700 |
| commit | 94aab3b5ef21c753595b2748456134ec9a59d7a0 (patch) | |
| tree | 1c68f3f9195ff0660adbf9a97e609bd95bf71a5a /frontend/src/components/Header.js | |
| parent | change from npm to yarn (diff) | |
| download | ctrl-v-94aab3b5ef21c753595b2748456134ec9a59d7a0.tar.xz ctrl-v-94aab3b5ef21c753595b2748456134ec9a59d7a0.zip | |
add title component
Diffstat (limited to 'frontend/src/components/Header.js')
| -rw-r--r-- | frontend/src/components/Header.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Header.js b/frontend/src/components/Header.js index 1f1f99f..a0c5ee8 100644 --- a/frontend/src/components/Header.js +++ b/frontend/src/components/Header.js @@ -12,7 +12,7 @@ const Header = () => { <span role="img" aria-label="clipboard">📋 </span> ctrl-v </h1> - <h3>pastebin but less ass.</h3> + <h3>a modern, <a href="https://github.com/jackyzha0/ctrl-v" target="_blank" rel="noopener noreferrer">open-source</a> pastebin with latex and markdown rendering support</h3> </SpacedTitle> ); } |