diff options
author | Lena <lena.becker-3@mni.thm.de> | 2021-02-28 20:54:17 +0100 |
---|---|---|
committer | Sascha <GlancingMind@outlook.com> | 2021-03-15 16:35:14 +0100 |
commit | 16b176f9bf40a5fd6fb832f8858ec389826752a5 (patch) | |
tree | 6bdccfe6482cc5d1fe01a3ad71add6b7d51b3523 /webui/src/pages/notfound/NotFoundPage.tsx | |
parent | 4dcc6f67b37bf756c7afb7e40f700a838906113b (diff) | |
download | git-bug-16b176f9bf40a5fd6fb832f8858ec389826752a5.tar.gz |
Make backbutton sticky #10
Diffstat (limited to 'webui/src/pages/notfound/NotFoundPage.tsx')
-rw-r--r-- | webui/src/pages/notfound/NotFoundPage.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webui/src/pages/notfound/NotFoundPage.tsx b/webui/src/pages/notfound/NotFoundPage.tsx index 2aba9cef..57b186c5 100644 --- a/webui/src/pages/notfound/NotFoundPage.tsx +++ b/webui/src/pages/notfound/NotFoundPage.tsx @@ -1,4 +1,3 @@ -import wrap from '@arrows/composition/internal/wrap'; import React from 'react'; import { makeStyles } from '@material-ui/core/styles'; @@ -40,7 +39,7 @@ function NotFoundPage() { <img src="/logo-alpha-flat-outline.svg" className={classes.logo} - alt="git-bug" + alt="git-bug Logo" /> <a href="/" className={classes.backLink}> <h2 className={classes.header}>Go back to start page</h2> |