add fallback hmd icon
Some checks failed
deploy / deploy (push) Failing after 21s

This commit is contained in:
Lee 2023-10-28 11:51:00 +01:00
parent 967cf95eee
commit afcd70b3be

@ -2,9 +2,10 @@ import Image from "next/image";
const headsets = [ const headsets = [
{ {
id: [-1], id: [-1], // Fallback headset (CV1)
name: "Unknown", filters:
icon: "unknown.png", "invert(99%) sepia(3%) saturate(82%) hue-rotate(58deg) brightness(118%) contrast(100%)",
icon: "oculus.svg",
}, },
{ {
id: [64], id: [64],