Skip to content

Conversation

@Priyesh2109
Copy link

the issue with the logo has been fixed, don't know why the picture of the dog is still there? Does anyone know how to remove it.

@jocovass
Copy link

jocovass commented Oct 2, 2020

The problem is that the picture comes from the Jumbotron component and its rendered for evry path.

`

  <NavigationBar />
  <Jumbotron />
  <Layout>
    <Router>
      <Switch>
        <Route exact path="/" component={Home} />
        <Route path="/about" component={About} />
        <Route path="/privacypolicy" component={PrivacyPolicy} />
        <Route path="/contactus" component={Contact} />
        <Route component={NoMatch} />
      </Switch>
    </Router>
  </Layout>
</>

`

@thisaiveerapandian thisaiveerapandian removed their assignment Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants