From f8e847af2caa8542b05ed54af2eda8710a1b58b1 Mon Sep 17 00:00:00 2001 From: QuatroV Date: Wed, 18 Aug 2021 01:28:40 +0300 Subject: [PATCH] GameDifficulty & Favicon & Footer --- public/favicon.svg | 56 ++++++++++++++++++++++++++++++ public/index.html | 6 +++- public/manifest.json | 4 +-- src/components/Background.jsx | 2 ++ src/components/Dropdown.jsx | 9 ++--- src/components/Footer.jsx | 23 ++++++++++++ src/components/MobileMainTitle.jsx | 2 -- src/pages/GamePage.jsx | 2 ++ src/pages/StartPage.jsx | 29 ++++++---------- 9 files changed, 103 insertions(+), 30 deletions(-) create mode 100644 public/favicon.svg create mode 100644 src/components/Footer.jsx diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..1012cb8 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/index.html b/public/index.html index 72dec81..f11ade0 100644 --- a/public/index.html +++ b/public/index.html @@ -1,13 +1,17 @@ + + - Calc Game + + + dotCalc