Ignore:
Timestamp:
12/24/25 23:58:00 (7 months ago)
Author:
Mihail <mihail2.naumov@…>
Branches:
main
Children:
5c079f4
Parents:
76b980b
Message:

Implemented part of the frontend (index, user, completedBuilds).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/Navbar.tsx

    r76b980b r1bf6e1f  
    7171                    {auth?.isLoggedIn ? (
    7272                        <>
    73                             <Button color="inherit" href="/dashboard/user">{auth.username}</Button>
    74                             <Button color="inherit" onClick={handleLogout}>Logout</Button>
     73                            <Button sx={onHoverNav} color="inherit" href="/dashboard/user">{auth.username}</Button>
     74                            <Button sx={onHoverNav} color="inherit" onClick={handleLogout}>Logout</Button>
    7575                        </>
    7676                    ) : (
Note: See TracChangeset for help on using the changeset viewer.