From b5a776913b68fd609b217917cfecf779cd24000b Mon Sep 17 00:00:00 2001 From: pufok <127991427+pushokthefox@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:10:44 +0300 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20added=20link=20to=20main=20page=20a?= =?UTF-8?q?t=20404=20page=20=E2=80=A2=20added=2088x31=20buttons=20section?= =?UTF-8?q?=20=E2=80=A2=20fixed=20some=20bugs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Contact.js | 27 ++++++++++++++++++++++++--- src/pages/NotFound.js | 4 +++- 2 files changed, 27 insertions(+), 4 deletions(-) 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 + +
  • +

    Кнопочки

    +

    интересные кнопочки на другие ресурсы:

    + + pufok.gay + ); } 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

    Страница не найдена

    + На главную
    ); }