diff --git a/src/pages/Contact.js b/src/pages/Contact.js
index ecb8f4d..817c985 100644
--- a/src/pages/Contact.js
+++ b/src/pages/Contact.js
@@ -17,7 +17,7 @@ function Contact() {
@@ -26,7 +26,12 @@ function Contact() {
- Twitter (aka X)
+ Twitter (aka 𝕏)
+
+
+
+
+ Git.gay
@@ -83,8 +88,24 @@ function Contact() {
YouTube
- Minecraft: furrmeow
+
+
+ Minecraft
+
+
+ Кнопочки
+ интересные кнопочки на другие ресурсы:
+
+
+
);
}
diff --git a/src/pages/NotFound.js b/src/pages/NotFound.js
index ebc4258..8814cd0 100644
--- a/src/pages/NotFound.js
+++ b/src/pages/NotFound.js
@@ -1,10 +1,12 @@
import React from 'react';
+import { Link } from 'react-router-dom';
function NotFound() {
return (
-
+
404
Страница не найдена
+
На главную
);
}