update search page icons

This commit is contained in:
Yee Jia Wei
2023-12-17 16:57:05 +08:00
parent 5f095b5631
commit 4210913277
4 changed files with 11 additions and 32 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default function PageHeader({
icon,
}: {
title: string;
description: string;
description?: string;
icon: string;
}) {
return (