diff --git a/projects/website/src/components/home/friends.tsx b/projects/website/src/components/home/friends.tsx index c3935d8..2a6385c 100644 --- a/projects/website/src/components/home/friends.tsx +++ b/projects/website/src/components/home/friends.tsx @@ -1,4 +1,4 @@ -import { Database } from "lucide-react"; +import { UsersRound } from "lucide-react"; export default function Friends() { return ( @@ -6,7 +6,7 @@ export default function Friends() { {/* Header */}
- +

Friends

diff --git a/projects/website/src/components/home/realtime-scores.tsx b/projects/website/src/components/home/realtime-scores.tsx index 8f2e448..3febf7e 100644 --- a/projects/website/src/components/home/realtime-scores.tsx +++ b/projects/website/src/components/home/realtime-scores.tsx @@ -1,4 +1,4 @@ -import { Database } from "lucide-react"; +import { ChartNoAxesCombined, Database, Flame } from "lucide-react"; import { getRandomInteger } from "@/common/utils"; import { GlobeAmericasIcon } from "@heroicons/react/24/solid"; import { Difficulty, getDifficulty, getRandomDifficulty } from "@/common/song-utils"; @@ -51,7 +51,7 @@ export default function RealtimeScores() { {/* Header */}

- +

Realtime Scores

@@ -62,8 +62,8 @@ export default function RealtimeScores() {

{/* Content */} -
- +
+ {scores.map((score, index) => ( ))} diff --git a/projects/website/src/components/home/site-stats.tsx b/projects/website/src/components/home/site-stats.tsx index f6b0367..fa76b6c 100644 --- a/projects/website/src/components/home/site-stats.tsx +++ b/projects/website/src/components/home/site-stats.tsx @@ -1,4 +1,4 @@ -import { Database } from "lucide-react"; +import { ChartNoAxesCombined, Database } from "lucide-react"; import { kyFetch } from "@ssr/common/utils/utils"; import { AppStatistics } from "@ssr/common/types/backend/app-statistics"; import { Config } from "@ssr/common/config"; @@ -11,7 +11,7 @@ export default async function SiteStats() { {/* Header */}
- +

Site Statistics