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 }}