Merge version_1 into main #1
@@ -54,7 +54,7 @@ interface ChartDataItem {
|
||||
}
|
||||
|
||||
export default function LandingPage() {
|
||||
const dashboardStats: DashboardStat[] = [
|
||||
const dashboardStats: [DashboardStat, DashboardStat, DashboardStat] = [
|
||||
{
|
||||
title: "Processing Speed", values: [2500, 3850, 5200],
|
||||
valueSuffix: "req/s", description: "Requests per second."},
|
||||
|
||||
Reference in New Issue
Block a user