Skip to content

Commit

Permalink
update menu to remove links to removed content
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob authored and Bob committed Sep 10, 2023
1 parent b218505 commit 7bb8f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site-project/src/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ export default class Header extends React.Component {
<ListItem button onClick={() => { this.onClick('#about') }}>
<ListItemText primary="About" />
</ListItem>
<ListItem button onClick={() => { this.onClick('#skills') }}>
{/* <ListItem button onClick={() => { this.onClick('#skills') }}>
<ListItemText primary="Areas of Expertise" />
</ListItem>
<ListItem button onClick={() => { this.onClick('#experience') }}>
<ListItemText primary="Professional Experience" />
</ListItem>
</ListItem> */}
<ListItem button onClick={() => { this.onClick('#contact') }}>
<ListItemText primary="Contact" />
</ListItem>
Expand Down

0 comments on commit 7bb8f97

Please sign in to comment.