1
Fork 0

Added robotics to index and navbar

This commit is contained in:
Jake Howard 2016-01-26 19:14:10 +00:00
parent fdff55bf28
commit 8ca224f0ff
2 changed files with 3 additions and 3 deletions

View file

@ -30,9 +30,9 @@ const DATA = [
link: '', link: '',
}, },
{ {
title: 'Work', title: 'Student Robotics',
text: '', text: '',
link: '', link: 'pages:robotics-index',
} }
]; ];

View file

@ -30,7 +30,7 @@ export default class NavBar extends React.Component {
<Item href="#" icon="ion-ios-game-controller-a">The Wiki Game Solver</Item> <Item href="#" icon="ion-ios-game-controller-a">The Wiki Game Solver</Item>
</Dropdown> </Dropdown>
<Dropdown title="College"> <Dropdown title="College">
<Item href="#">Student Robotics</Item> <Item ident="pages:robotics-index">Student Robotics</Item>
<Item href="#" icon="ion-cube">Attack on Blocks Game</Item> <Item href="#" icon="ion-cube">Attack on Blocks Game</Item>
<Item href="#">Student Server</Item> <Item href="#">Student Server</Item>
<Item href="#" icon="ion-ios-paper">EPQ</Item> <Item href="#" icon="ion-ios-paper">EPQ</Item>