diff --git a/frontend/src/app/discover/page.tsx b/frontend/src/app/discover/page.tsx index d393bab..4412d0b 100644 --- a/frontend/src/app/discover/page.tsx +++ b/frontend/src/app/discover/page.tsx @@ -52,7 +52,7 @@ export default function DiscoverPage() { setLoading(true) try { // Load real TLD data from the API - const response = await api.getTldOverview({ limit: 100, offset: 0 }) + const response = await api.getTldOverview(100, 0) // Transform the API response to our format const tldList: TldData[] = response.tlds.map((tld: any) => ({