mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-21 11:20:17 -04:00
navbar
This commit is contained in:
commit
e389ebd1ab
51591
package-lock.json
generated
51591
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 Nav from './components/Nav';
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@ const Pool = () => {
|
|||
<div className="bg-dark" style={{ minHeight: '100vh' }}>
|
||||
<h1
|
||||
style={{ backgroundColor: '#F1EAE8', fontFamily: 'Impact' }}
|
||||
className=" d-flex justify-content-center p-4"
|
||||
className="d-flex justify-content-center p-4"
|
||||
>
|
||||
Pool {id}
|
||||
</h1>
|
||||
|
|
Loading…
Reference in New Issue
Block a user