From 0fa378ec6c1c909131f7fdce720b0d22eb3ab584 Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 7 Sep 2020 21:17:07 -0700 Subject: [PATCH] lol I triggered that weird comments bug again XDD --- src/app/PageLayout.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/PageLayout.js b/src/app/PageLayout.js index 6163ea4..2d3cc0e 100644 --- a/src/app/PageLayout.js +++ b/src/app/PageLayout.js @@ -191,9 +191,10 @@ function NavButtons() { const NavButton = React.forwardRef(({ icon, ...props }, ref) => { const Component = icon ? IconButton : Button; + + // Opacity is in a separate Box, to avoid overriding the built-in Button + // hover/focus states. return ( - // Opacity is in a separate Box, to avoid overriding the built-in Button - // hover/focus states.