Skip to content

Commit

Permalink
feat: open user guide in new tab
Browse files Browse the repository at this point in the history
Part of addressing feedback in
#328 (comment).
  • Loading branch information
liammulh committed Dec 15, 2022
1 parent abfa507 commit 56b1b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/UserGuideLink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
const UserGuideLink = () => {
return (
<a className='nav-link' href='https://docs.google.com/document/d/e/2PACX-1vSZz9K1ris-dRNsLK9ZoG_KtMce1fJ1mlz-NDdk0KVB7Sfk_m18HmOaUKzb_zh6eFSsUwR1x6LCenLR/pub?embedded=true'>
<a target='_blank' rel='noreferrer' className='nav-link' href='https://docs.google.com/document/d/e/2PACX-1vSZz9K1ris-dRNsLK9ZoG_KtMce1fJ1mlz-NDdk0KVB7Sfk_m18HmOaUKzb_zh6eFSsUwR1x6LCenLR/pub?embedded=true'>
User Guide
</a>
);
Expand Down

0 comments on commit 56b1b93

Please sign in to comment.