Skip to content

Commit

Permalink
Correct Routes
Browse files Browse the repository at this point in the history
  • Loading branch information
sailaja-adapa committed Aug 9, 2024
1 parent d06dc0e commit db8772d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions frontend/src/Component/Sidebar/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ function Sidebar({ showSideNav }) {
<BsBookmark /> BookMark
</Link>
</div>

<div className="sidebar-btn home-btn" key="about">
<Link to="/about" className="Link Bookmark nav-link active" aria-current="page">
<FontAwesomeIcon icon={faInfoCircle} /> About Us
Expand Down
15 changes: 8 additions & 7 deletions frontend/src/style/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@
color: #000;
transition: transform 0.3s ease, color 0.3s ease;
}

.contact-link a:hover {
cursor: pointer;
color: #474eff !important;
color: white;
transform: scale(1.1);
animation: pulse 1s infinite alternate;
}
.footer-content {
margin-top: 1rem;
}
Expand All @@ -190,13 +198,6 @@
text-decoration: underline;
}

.contact-link a:hover {
cursor: pointer;
color: #474eff !important;
color: white;
transform: scale(1.1);
animation: pulse 1s infinite alternate;
}
.outerD {
display: flex;
justify-content: center;
Expand Down
9 changes: 4 additions & 5 deletions frontend/src/style/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,16 +359,15 @@
color: rgba(0, 0, 0, 0.84);
}


.filter {
transition: font-size 0.3s ease, text-decoration 0.3s ease;
}
.filter:hover {
font-size: 1.8rem;
text-decoration: underline;
/* transition: all 0.3s; */
}

.filter {
transition: font-size 0.3s ease, text-decoration 0.3s ease;
}

.search {
margin-top: 0px;
position: relative;
Expand Down

0 comments on commit db8772d

Please sign in to comment.