mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-10 21:09:51 +02:00
Fix arg to GuruIcon
This commit is contained in:
parent
d03ac44744
commit
d53ce3bda1
@ -224,7 +224,7 @@ export default function Page() {
|
||||
<HealthCheckBanner />
|
||||
</div>
|
||||
<div className="border-solid border-gray-600 border-b mb-4 pb-2 flex">
|
||||
<GuruIcon size="32" />
|
||||
<GuruIcon size={32} />
|
||||
<h1 className="text-3xl font-bold pl-2">Guru</h1>
|
||||
</div>
|
||||
<Main />
|
||||
|
Loading…
x
Reference in New Issue
Block a user