diff --git a/web/apps/cast/src/pages/index.tsx b/web/apps/cast/src/pages/index.tsx index 87ce756e0..204ff2d04 100644 --- a/web/apps/cast/src/pages/index.tsx +++ b/web/apps/cast/src/pages/index.tsx @@ -7,7 +7,7 @@ import { storeCastData } from "services/cast"; import { advertiseCode, getCastData, register } from "services/pair"; import { castReceiverLoadingIfNeeded } from "../utils/cast-receiver"; -export default function PairingMode() { +export default function Index() { const [publicKeyB64, setPublicKeyB64] = useState(); const [privateKeyB64, setPrivateKeyB64] = useState(); const [pairingCode, setPairingCode] = useState();