feat: refactor logo component to use dynamic imports for assets and remove theme prop
This commit is contained in:
parent
b5d1086131
commit
9f9c2157f5
2 changed files with 63 additions and 14 deletions
|
@ -35,7 +35,6 @@ export default async function LoginPage() {
|
|||
<Logo
|
||||
colorType='colored'
|
||||
logoType='secondary'
|
||||
theme='light'
|
||||
width={200}
|
||||
height={200}
|
||||
></Logo>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue