Skip to content

Commit

Permalink
Make signup button more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDaub committed Jan 10, 2025
1 parent d6c9735 commit 10e2142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web/src/Bell.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ const Bell = (props) => {
display: props.mobile ? "inline-flex" : "inline",
padding: props.mobile ? "" : "10px 10px",
flexGrow: 1,
width: "1.5rem",
backgroundColor: "black",
color: "white",
}}
className={props.mobile ? "mobile-bell" : "bell-button"}
href="/gateway"
Expand Down

0 comments on commit 10e2142

Please sign in to comment.