tiny changes

This commit is contained in:
Michael Fatemi 2021-04-10 15:53:33 -04:00
parent aceb5ea1e4
commit 7f0e4c76eb
3 changed files with 26 additions and 19213 deletions

19236
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,3 @@
import React from 'react';
import { BrowserRouter, Route, Switch } from 'react-router-dom'; import { BrowserRouter, Route, Switch } from 'react-router-dom';
import Nav from './components/Nav'; import Nav from './components/Nav';

View File

@ -38,7 +38,7 @@ const Pool = () => {
<div className="bg-dark" style={{ minHeight: '100vh' }}> <div className="bg-dark" style={{ minHeight: '100vh' }}>
<h1 <h1
style={{ backgroundColor: '#F1EAE8', fontFamily: 'Impact' }} style={{ backgroundColor: '#F1EAE8', fontFamily: 'Impact' }}
className=" d-flex justify-content-center p-4" className="d-flex justify-content-center p-4"
> >
Pool {id} Pool {id}
</h1> </h1>