mirror of
https://github.com/kingomarnajjar/innovationdrive.git
synced 2026-07-25 22:27:27 +10:00
git fix
This commit is contained in:
parent
698eddbb66
commit
7b77664686
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ class App extends Component {
|
|||
{/* <Redirect to="/blog" /> */}
|
||||
|
||||
<Route path="/team" component={Team} />
|
||||
{/* <Route component={Error} /> */}
|
||||
<Route component={Error} />
|
||||
</Switch>
|
||||
<Footer />
|
||||
<DriftChat />
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ export default class HeadNavbar extends Component {
|
|||
<Link to="/team" replace >Team</Link>
|
||||
</NavLink>
|
||||
|
||||
<NavLink href="blog.innovationdrive.co">
|
||||
<NavLink href="https://blog.innovationdrive.co">
|
||||
Blog
|
||||
</NavLink>
|
||||
<NavLink href="https://innovationdrive/sign-in">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue