Added robotics to index and navbar
This commit is contained in:
parent
fdff55bf28
commit
8ca224f0ff
2 changed files with 3 additions and 3 deletions
|
@ -30,9 +30,9 @@ const DATA = [
|
||||||
link: '',
|
link: '',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Work',
|
title: 'Student Robotics',
|
||||||
text: '',
|
text: '',
|
||||||
link: '',
|
link: 'pages:robotics-index',
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Reference in a new issue