feat: refactor logo component to use dynamic imports for assets and remove theme prop

This commit is contained in:
micha 2025-05-21 10:33:27 +02:00 committed by Maximilian Liebmann
parent b5d1086131
commit 9f9c2157f5
2 changed files with 63 additions and 14 deletions

View file

@ -35,7 +35,6 @@ export default async function LoginPage() {
<Logo
colorType='colored'
logoType='secondary'
theme='light'
width={200}
height={200}
></Logo>