rework recently-added-icons

This commit is contained in:
Thomas Camlong
2025-04-17 11:38:32 +02:00
parent d6e8d88808
commit 275bdc1332
2 changed files with 13 additions and 27 deletions

View File

@@ -39,7 +39,7 @@ export async function generateMetadata(): Promise<Metadata> {
export default async function Home() {
const { totalIcons } = await getTotalIcons()
const recentIcons = await getRecentlyAddedIcons(8)
const recentIcons = await getRecentlyAddedIcons(10)
return (
<div className="flex flex-col min-h-screen">