update styles for new background

This commit is contained in:
2022-09-28 10:23:11 -04:00
parent b07061e7f2
commit 364a3e140b
3 changed files with 16 additions and 12 deletions

View File

@@ -6,9 +6,9 @@ import reportWebVitals from './scripts/reportWebVitals';
const container = document.getElementById('root');
const root = createRoot(container);
root.render(
<React.StrictMode>
// <React.StrictMode>
<App />
</React.StrictMode>
// </React.StrictMode>
);