Fix arg to GuruIcon

This commit is contained in:
Weves 2023-07-28 14:31:14 -07:00 committed by Chris Weaver
parent d03ac44744
commit d53ce3bda1

View File

@ -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 />