Skip to content

Commit

Permalink
Import _Menu to compiled file
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelsoae committed Jan 4, 2024
1 parent 6e19434 commit be60d52
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Menu/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Link} from 'react-router-dom';
const Menu = ({isOpen, setIsOpen}) => {
return (
<nav className='menu'>
<span class='material-symbols-rounded' id='menu__exit' onClick={() => setIsOpen(!isOpen)}>
<span className='material-symbols-rounded' id='menu__exit' onClick={() => setIsOpen(!isOpen)}>
close
</span>
<div className='top-nav__buttons menu__buttons'>
Expand Down
3 changes: 2 additions & 1 deletion src/styles/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
@use '../components/Contact/Contact';
@use '../components/Home/Home';
@use '../components/Nav/Nav';
@use '../components/TopNav/TopNav';
@use '../components/Menu/Menu';
// @use '../components/TopNav/TopNav';
@use '../components/Portfolio/Portfolio';
@use '../components/Project/Project';
@use '../components/Footer/Footer';
Expand Down
22 changes: 22 additions & 0 deletions src/styles/output.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/styles/output.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be60d52

Please sign in to comment.