Perbaikan UI pada Forum

# style:
- Tampilan keseluruhan forum di ganti menguikuti UI
## No Issue
This commit is contained in:
2024-07-01 14:26:26 +08:00
parent af6fc79ef7
commit 11b5e8f722
91 changed files with 2711 additions and 1424 deletions

View File

@@ -26,7 +26,7 @@ export default async function Page() {
return (
<>
<HomeView dataUser={dataUser as any} dataJob={[]} />
<HomeView dataUser={dataUser as any} dataJob={dataJob as any} />
</>
);
}