cleanup desktop and mobile assets and icons (#223)

This fixes quirks for different platforms
This commit was merged in pull request #223.
This commit is contained in:
Arjun Patel
2026-05-28 12:45:25 -07:00
committed by GitHub
parent 3bfc15945d
commit 0ae3ab5505
36 changed files with 51 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { useEffect, useRef } from "react";
import beepSound from "../../assets/sound.wav";
import beepSound from "../../assets/sounds/beep.wav";
import type { Network, Particle, StreamProperties } from "@/api/types";
import { apiClient } from "@/api/client";
import { useAuthStore } from "@/stores/auth-store";