diff --git a/src/App.js b/src/App.js
index b960d4b5..11a3daef 100644
--- a/src/App.js
+++ b/src/App.js
@@ -193,7 +193,9 @@ export default function App() {
} />
} />
- } />
+ }>
+ } />
+
} />
diff --git a/src/components/views/Home.jsx b/src/components/views/Home.jsx
index debcf289..ca662f1b 100644
--- a/src/components/views/Home.jsx
+++ b/src/components/views/Home.jsx
@@ -132,13 +132,9 @@ const Home = () => {
- Plebchan is free and open-source software distributed under GPL-2.0 license.
-
-
-
- v.0.1.0
+ Plebchan v.0.1.0 is free and open-source software distributed under GPL-2.0 license.
>
diff --git a/src/components/views/Pending.jsx b/src/components/views/Pending.jsx
index e5b04e13..bbedd732 100644
--- a/src/components/views/Pending.jsx
+++ b/src/components/views/Pending.jsx
@@ -15,7 +15,6 @@ import getDate from '../../utils/getDate';
import handleQuoteClick from '../../utils/handleQuoteClick';
import handleStyleChange from '../../utils/handleStyleChange';
import useError from '../../hooks/useError';
-import useSuccess from '../../hooks/useSuccess';
const Pending = () => {