Skip to content

Commit

Permalink
feat: populated navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jun 15, 2020
1 parent 1ecfb6e commit 20df861
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 314 deletions.
1 change: 0 additions & 1 deletion src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const Sidebar = ({ className, pages, isOpen, toggle }) => (
<aside className={cx(styles.sidebar, className, { [styles.isOpen]: isOpen })}>
<Link to="/" className={styles.logo} />
<div className={styles.top}>
<h3>Pages</h3>
<button
aria-expanded={isOpen}
aria-label="Main Menu Toggle"
Expand Down
Loading

0 comments on commit 20df861

Please sign in to comment.