Skip to content

Commit

Permalink
Tweak header logo border for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Willdotwhite committed Jan 14, 2024
1 parent 04a07fa commit b826a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const Header: React.FC = () => {
<div className="flex-1 hidden sm:flex" />

<div className="flex justify-evenly gap-2">
<Link to="/" className="block border border-theme-d-7 rounded-lg mr-2 sm:hidden">
<Link to="/" className="block border border-white rounded-lg mr-2 sm:hidden">
<img src="/logos/header.png" width="40" height="40" alt={"jamName" + " Team Finder logo"}/>
</Link>
{isOnHomePage && <ToggleBookmarks />}
Expand Down

0 comments on commit b826a3a

Please sign in to comment.