aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/notfound/NotFoundPage.tsx
diff options
context:
space:
mode:
authorLena <lena.becker-3@mni.thm.de>2021-02-28 20:54:17 +0100
committerSascha <GlancingMind@outlook.com>2021-03-15 16:35:14 +0100
commit16b176f9bf40a5fd6fb832f8858ec389826752a5 (patch)
tree6bdccfe6482cc5d1fe01a3ad71add6b7d51b3523 /webui/src/pages/notfound/NotFoundPage.tsx
parent4dcc6f67b37bf756c7afb7e40f700a838906113b (diff)
downloadgit-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.tsx3
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>