diff --git a/public/assets/headsets/unknown.svg b/public/assets/headsets/unknown.svg new file mode 100644 index 0000000..521c08b --- /dev/null +++ b/public/assets/headsets/unknown.svg @@ -0,0 +1,15 @@ + + \ No newline at end of file diff --git a/src/components/HeadsetIcon.tsx b/src/components/HeadsetIcon.tsx index ad18460..f5a5596 100644 --- a/src/components/HeadsetIcon.tsx +++ b/src/components/HeadsetIcon.tsx @@ -6,7 +6,7 @@ const headsets = [ name: "Unknown", filters: "invert(99%) sepia(3%) saturate(82%) hue-rotate(58deg) brightness(118%) contrast(100%)", - icon: "oculus.svg", + icon: "unknown.svg", }, { id: [64], diff --git a/src/components/player/Score.tsx b/src/components/player/Score.tsx index 721e5c7..1d4f8bc 100644 --- a/src/components/player/Score.tsx +++ b/src/components/player/Score.tsx @@ -34,7 +34,7 @@ export default function Score({ score, player, leaderboard }: ScoreProps) { const totalMissedNotes = score.missedNotes + score.badCuts; return ( -