- Timestamp:
- 02/10/26 14:14:56 (5 months ago)
- Branches:
- master
- Children:
- 8c01a1f
- Parents:
- 5c20c64
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/pages/LandingPage/components/NavbarLanding.jsx
r5c20c64 rff01f66 27 27 28 28 return ( 29 <div className="navbar bg- neutralshadow-sm">29 <div className="navbar bg-primary text-primary-content shadow-sm"> 30 30 <div className="navbar-start"> 31 <Link className="btn btn-ghost" aria-label="Trekr home" to="/"> 31 <Link 32 className="btn btn-ghost text-primary-content" 33 aria-label="Trekr home" 34 to="/" 35 > 32 36 <img src={logo} alt="Trekr" className="h-12 w-auto rounded-2xl" /> 33 37 </Link> … … 36 40 {isAuthed ? ( 37 41 <div className="flex items-center gap-2 mr-6"> 38 <Link className="btn btn-primary" to="/dashboard"> 42 <Link 43 className="btn btn-outline border-primary-content text-primary-content" 44 to="/dashboard" 45 > 39 46 Dashboard 40 47 </Link> 41 <button className="btn btn-outline" onClick={onLogout}> 48 <button 49 className="btn btn-outline border-primary-content text-primary-content" 50 onClick={onLogout} 51 > 42 52 Logout 43 53 </button> … … 45 55 ) : ( 46 56 <Link 47 className="btn b g-black text-green-200 border-black hover:bg-black/90 hover:border-blackpx-8 mr-6"57 className="btn btn-tertiary text-blue-200! px-8 mr-6" 48 58 to="/login" 49 59 >
Note:
See TracChangeset
for help on using the changeset viewer.
