mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-21 11:20:17 -04:00
tiny changes
This commit is contained in:
parent
aceb5ea1e4
commit
7f0e4c76eb
19236
package-lock.json
generated
19236
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -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';
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user