Added a message about a known bug.

This commit is contained in:
Lucid Kobold
2022-06-24 09:56:48 -05:00
parent 7b36b040e5
commit 6a0863faf3
6 changed files with 20 additions and 15 deletions

View File

@@ -84,8 +84,8 @@ const Header = (): JSX.Element => {
open
? "brand.main"
: transparentNavbar
? "rgba(49, 56, 220, 0.9)"
: "brand.main"
? "rgba(49, 56, 220, 0.9)"
: "brand.main"
}
transition=".5s ease"
borderRadius="0px 0px 10px 10px"