Skip to content

Commit

Permalink
Frontend (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yousef-Taha1 authored Jul 1, 2024
2 parents ee15976 + 124f0d9 commit 6a73aba
Show file tree
Hide file tree
Showing 3 changed files with 557 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/Components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ const Navbar = () => {
<ul className="navbar-nav">
{auth.isAuthenticated ? (
<>
<li>
<li
className={`nav-item ${
activePage === "Pet Page" ? "active" : ""
}`}
>
<Link
className="nav-link"
to="/PetPage"
Expand Down
Binary file modified frontend/src/Misc/frog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6a73aba

Please sign in to comment.