mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-08-03 05:34:03 +02:00
Fix arg to GuruIcon
This commit is contained in:
@@ -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 />
|
||||
|
Reference in New Issue
Block a user