From 566ed76833c7fd6a0090578e23006ea6ac7b77d9 Mon Sep 17 00:00:00 2001 From: Tamara Date: Mon, 23 Oct 2023 20:39:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D0=B0=D1=8F=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 4 ++-- src/pages/Landing/Hero.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 080d6c77..99698376 100755 --- a/public/manifest.json +++ b/public/manifest.json @@ -8,12 +8,12 @@ "type": "image/x-icon" }, { - "src": "logo192.png", + "src": "android-chrome-192x192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "logo512.png", + "src": "android-chrome-512x512.png", "type": "image/png", "sizes": "512x512" } diff --git a/src/pages/Landing/Hero.tsx b/src/pages/Landing/Hero.tsx index 5e159488..9bae131e 100644 --- a/src/pages/Landing/Hero.tsx +++ b/src/pages/Landing/Hero.tsx @@ -64,7 +64,7 @@ export default function Component() { position: "absolute", bottom: isMobile ? undefined : (isTablet? "138px" : "-291px"), maxWidth: isMobile ? "403px" : "810px", - width: "100%", + width: isMobile ? "100%" : undefined, left: isMobile ? "-20px" : (isTablet? "54px" : "401px"), top: isMobile ? "-345px" : undefined }}