diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..96fc008 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,20 @@ + diff --git a/src/App.scss b/src/App.scss index 397d7ff..0c6f2c3 100644 --- a/src/App.scss +++ b/src/App.scss @@ -28,7 +28,7 @@ } @media (prefers-reduced-motion: no-preference) { - a:nth-of-type(2) .logo { + .logo { animation: logo-spin infinite 20s linear; } } diff --git a/src/App.tsx b/src/App.tsx index 8e38876..25f3342 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,6 +1,4 @@ import { useState } from 'react' -import reactLogo from './assets/react.svg' -import electronLogo from './assets/electron.svg' import './App.scss' console.log('[App.tsx]', `Hello world from Electron ${process.versions.electron}!`) @@ -11,15 +9,7 @@ function App() { return (