Changeset 0f5aa27 for frontend/src/Components/Layout
- Timestamp:
- 02/04/24 16:57:49 (10 months ago)
- Branches:
- master
- Children:
- efaa053
- Parents:
- 07f4e8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/Components/Layout/Navbar/Navigation.js
r07f4e8b r0f5aa27 63 63 style={{ backgroundColor: "#159895" }} 64 64 onClick={() => { 65 navigator("/login");65 window.location.href = ("http://localhost:8080/login"); 66 66 }} 67 67 >
Note:
See TracChangeset
for help on using the changeset viewer.