Skip to content

Commit

Permalink
Merge pull request #2951 from sailaja-adapa/router
Browse files Browse the repository at this point in the history
Corrected Router
  • Loading branch information
panwar8279 authored Aug 10, 2024
2 parents 373033b + c42348e commit 452beba
Show file tree
Hide file tree
Showing 14 changed files with 458 additions and 788 deletions.
16 changes: 2 additions & 14 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
* {
cursor: none;
}

.sidebar-content {
padding: 10px;
cursor: none;
cursor: pointer;
transition: background-color 0.2s;
}
}

.Toastify__toast-container {
color: #000;
}

.Toastify__toast {
font-size: 18px;
color: black;
background-color: rgb(165, 57, 197);
}
2 changes: 1 addition & 1 deletion frontend/src/Component/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,5 @@ function Footer() {
</footer>
);
}

export default Footer;

Loading

0 comments on commit 452beba

Please sign in to comment.