Skip to content

Commit

Permalink
fix(web-ui): disallow selecting app bar header text
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbook committed Jul 19, 2024
1 parent 66baa83 commit 2bf8262
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function BlogPostListPageNav({
fontWeight: 600,
ml: 3,
textShadow: "1px 1px 1px white",
userSelect: "none",
})}
variant="h5"
>
Expand Down

0 comments on commit 2bf8262

Please sign in to comment.