diff --git a/index.html b/index.html index ad6f815d..95fe9840 100644 --- a/index.html +++ b/index.html @@ -18,32 +18,32 @@ - + - - - + + + - - - - + + + + - - + + - - - - - + + + + + - SOPT makers 모집 지원하기 + SOPT 모집 지원하기 - + diff --git a/manifest.webmanifest b/manifest.webmanifest index 10ba6b5a..921f27f3 100644 --- a/manifest.webmanifest +++ b/manifest.webmanifest @@ -1,12 +1,12 @@ { "icons": [ { - "src": "/makers_192.png", + "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" }, { - "src": "/makers_512.png", + "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" } diff --git a/src/common/components/Layout/components/Header/index.tsx b/src/common/components/Layout/components/Header/index.tsx index 4362fee0..cde06c2d 100644 --- a/src/common/components/Layout/components/Header/index.tsx +++ b/src/common/components/Layout/components/Header/index.tsx @@ -17,7 +17,6 @@ const Header = () => { const { deviceType } = useContext(DeviceTypeContext); const [isMenuOpen, setIsMenuOpen] = useState(false); - const deviceType = useDevice(); const navigate = useNavigate(); const { pathname } = useLocation();