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 */}
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 */}
@@ -62,8 +62,8 @@ export default function RealtimeScores() {