Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed Apr 11, 2024
1 parent 4a222f4 commit a83ff63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions webapp/src/components/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ const Menu = () => {
console.log(questions)
};

const openStoredQuestions = async () => {
navigation("/appQuestion")
}

const openHistory = async () => {
navigation("/history")
}



return (
<>
<Nav />
Expand Down
1 change: 0 additions & 1 deletion webapp/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,5 @@ body{
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(3px);
overflow:auto;
}

0 comments on commit a83ff63

Please sign in to comment.