This commit is contained in:
parent
ac2d3b171e
commit
e3450e23b1
15
public/assets/headsets/unknown.svg
Normal file
15
public/assets/headsets/unknown.svg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
|
<svg fill="#000000" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
width="800px" height="800px" viewBox="0 0 973.1 973.1" xml:space="preserve"
|
||||||
|
>
|
||||||
|
<g>
|
||||||
|
<path d="M502.29,788.199h-47c-33.1,0-60,26.9-60,60v64.9c0,33.1,26.9,60,60,60h47c33.101,0,60-26.9,60-60v-64.9
|
||||||
|
C562.29,815,535.391,788.199,502.29,788.199z"/>
|
||||||
|
<path d="M170.89,285.8l86.7,10.8c27.5,3.4,53.6-12.4,63.5-38.3c12.5-32.7,29.9-58.5,52.2-77.3c31.601-26.6,70.9-40,117.9-40
|
||||||
|
c48.7,0,87.5,12.8,116.3,38.3c28.8,25.6,43.1,56.2,43.1,92.1c0,25.8-8.1,49.4-24.3,70.8c-10.5,13.6-42.8,42.2-96.7,85.9
|
||||||
|
c-54,43.7-89.899,83.099-107.899,118.099c-18.4,35.801-24.8,75.5-26.4,115.301c-1.399,34.1,25.8,62.5,60,62.5h49
|
||||||
|
c31.2,0,57-23.9,59.8-54.9c2-22.299,5.7-39.199,11.301-50.699c9.399-19.701,33.699-45.701,72.699-78.1
|
||||||
|
C723.59,477.8,772.79,428.4,795.891,392c23-36.3,34.6-74.8,34.6-115.5c0-73.5-31.3-138-94-193.4c-62.6-55.4-147-83.1-253-83.1
|
||||||
|
c-100.8,0-182.1,27.3-244.1,82c-52.8,46.6-84.9,101.8-96.2,165.5C139.69,266.1,152.39,283.5,170.89,285.8z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -6,7 +6,7 @@ const headsets = [
|
|||||||
name: "Unknown",
|
name: "Unknown",
|
||||||
filters:
|
filters:
|
||||||
"invert(99%) sepia(3%) saturate(82%) hue-rotate(58deg) brightness(118%) contrast(100%)",
|
"invert(99%) sepia(3%) saturate(82%) hue-rotate(58deg) brightness(118%) contrast(100%)",
|
||||||
icon: "oculus.svg",
|
icon: "unknown.svg",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: [64],
|
id: [64],
|
||||||
|
@ -34,7 +34,7 @@ export default function Score({ score, player, leaderboard }: ScoreProps) {
|
|||||||
const totalMissedNotes = score.missedNotes + score.badCuts;
|
const totalMissedNotes = score.missedNotes + score.badCuts;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="grid grid-cols-1 pb-2 pt-2 first:pt-0 last:pb-0 md:grid-cols-[0.8fr_6fr_1.3fr]">
|
<div className="grid grid-cols-1 pb-2 pt-2 first:pt-0 last:pb-0 md:grid-cols-[0.85fr_6fr_1.3fr]">
|
||||||
<div className="flex flex-col items-center justify-center">
|
<div className="flex flex-col items-center justify-center">
|
||||||
<div className="hidden w-fit flex-row items-center justify-center gap-1 md:flex">
|
<div className="hidden w-fit flex-row items-center justify-center gap-1 md:flex">
|
||||||
<GlobeAsiaAustraliaIcon width={20} height={20} />
|
<GlobeAsiaAustraliaIcon width={20} height={20} />
|
||||||
|
Loading…
Reference in New Issue
Block a user