Stable #85

Merged
LucidKobold merged 32 commits from stable into stable 2022-12-14 16:13:23 -05:00
5 changed files with 947 additions and 862 deletions
Showing only changes of commit 878d007237 - Show all commits

View File

@@ -115,7 +115,7 @@ const Header = (): JSX.Element => {
cursor: "default"
}}
>
<Image height="30px" width="30px" src={appLogo} alt="App Logo" />
<Image height="30" width="30" src={appLogo} alt="App Logo" />
<Heading as="h1" size="md">
{appName}
@@ -150,7 +150,7 @@ const Header = (): JSX.Element => {
cursor: "default"
}}
>
<Image height="30px" width="30px" src={appLogo} alt="App Logo" />
<Image height="30" width="30" src={appLogo} alt="App Logo" />
<Heading as="h1" size="md">
{appName}
</Heading>