diff --git a/src/App.css b/src/App.css index 74b5e05..eedb5c8 100644 --- a/src/App.css +++ b/src/App.css @@ -1,38 +1,32 @@ .App { - text-align: center; + text-align: center; } .App-logo { - height: 40vmin; - pointer-events: none; -} - -@media (prefers-reduced-motion: no-preference) { - .App-logo { - animation: App-logo-spin infinite 20s linear; - } + height: 40vmin; + pointer-events: none; } .App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; + background-color: #282c34; + min-height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: calc(10px + 2vmin); + color: white; } .App-link { - color: #61dafb; + color: #61dafb; } @keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } } diff --git a/src/App.tsx b/src/App.tsx index a53698a..82b66f2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import logo from './logo.svg'; +import logo from './assets/poke_logo.png'; import './App.css'; function App() { diff --git a/src/assets/poke_logo.png b/src/assets/poke_logo.png new file mode 100644 index 0000000..7ad8832 Binary files /dev/null and b/src/assets/poke_logo.png differ diff --git a/src/logo.svg b/src/logo.svg deleted file mode 100644 index 9dfc1c0..0000000 --- a/src/logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file