diff options
Diffstat (limited to 'frontend/src/components')
| -rw-r--r-- | frontend/src/components/Navigation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Navigation.tsx b/frontend/src/components/Navigation.tsx index d6e20c9..6ae493f 100644 --- a/frontend/src/components/Navigation.tsx +++ b/frontend/src/components/Navigation.tsx @@ -37,7 +37,7 @@ export function Navigation() { title={`Logout (${user.username})`} > <FontAwesomeIcon icon={faRightFromBracket} /> - <span>Logout</span> + <span className="hidden sm:inline">Logout</span> </button> )} </div> |
