diff --git a/public/index.html b/public/index.html index dd1ccfd..63e3640 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Mieux Voter diff --git a/public/manifest.json b/public/manifest.json index 1f2f141..6bd9bef 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "MVFRONT", + "name": "App Mieux Voter (Front App for MVAPI)", "icons": [ { "src": "favicon.ico", diff --git a/src/App.css b/src/App.css index b41d297..7eef0a7 100644 --- a/src/App.css +++ b/src/App.css @@ -1,33 +1,4 @@ .App { - text-align: center; -} - -.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; } -.App-link { - color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} diff --git a/src/App.js b/src/App.js index ce9cbd2..82210ce 100644 --- a/src/App.js +++ b/src/App.js @@ -1,25 +1,9 @@ import React from 'react'; -import logo from './logo.svg'; import './App.css'; function App() { return ( -
-
- logo -

- Edit src/App.js and save to reload. -

- - Learn React - -
-
+
); } diff --git a/src/logo.svg b/src/logo.svg deleted file mode 100644 index 6b60c10..0000000 --- a/src/logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -