mandyjmiller / WheelzOnTheGo

A car sharing app
MIT License
0 stars 0 forks source link

Top Bar Elements to appear on all pages #37

Closed mandyjmiller closed 7 months ago

mandyjmiller commented 7 months ago

I realise the TopBar elements are not displaying on other pages - so we lose the logo and navigation Not sure if they should be added to each 'page' (is that repetition -DRY?!) or if they should be added to app.jsx as they shoud be common to all pages. I'm going to raise this as a ticket in the project. Can somone else please do it? Esther and I have loads of commits now so we need to get a balance so everyone else has a few. It's just this code snippet:

<div className="TopBar">
        <Logo />
        <Header />
      </div>

Image