mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-11-09 04:58:57 +01:00
rework recently-added-icons
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user