Skip to content

Commit

Permalink
navigation modified
Browse files Browse the repository at this point in the history
  • Loading branch information
skydevht committed Feb 27, 2018
1 parent 6f0479d commit 5ad23c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Home.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { Link } from 'react-router-dom';
import './Home.css';

class Home extends Component {
Expand All @@ -21,7 +22,7 @@ class Home extends Component {
</div>
<nav>
<ul>
<li><a>Glosè</a></li>
<li><Link to="/glossary">Glosè</Link></li>
<li><a>Enfo</a></li>
<li><a>Skydev</a></li>
<li><a>Experts Online</a></li>
Expand Down

0 comments on commit 5ad23c2

Please sign in to comment.