diff --git a/src/components/Nickname.js b/src/components/Nickname.js index ef8d4eb..93dd9a5 100644 --- a/src/components/Nickname.js +++ b/src/components/Nickname.js @@ -8,12 +8,13 @@ function Nickname({ nickname, stream }) { return ( stream && setStreamMuted(!streamMuted)} > diff --git a/src/components/Party.js b/src/components/Party.js index ecba181..c2b41c9 100644 --- a/src/components/Party.js +++ b/src/components/Party.js @@ -33,7 +33,7 @@ function Party({ width: "100%", }} > - + Party diff --git a/src/components/SizeInput.js b/src/components/SizeInput.js index 2cc2a8e..799eefa 100644 --- a/src/components/SizeInput.js +++ b/src/components/SizeInput.js @@ -4,7 +4,7 @@ import { Box, Flex, IconButton, Text } from "theme-ui"; function SizeInput({ value, onChange }) { return ( - + Size @@ -24,7 +24,9 @@ function SizeInput({ value, onChange }) { - {value} + + {value} + - + Browser not supported.

@@ -27,7 +27,7 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) { const noAudioMessage = ( - + No audio found in screen share.
Ensure "Share audio" is selected when sharing. @@ -94,7 +94,7 @@ function StartStreamButton({ onStreamStart, onStreamEnd, stream }) { - + Share your computers audio with the party {!isSupported && unavailableMessage} diff --git a/src/routes/Home.js b/src/routes/Home.js index be0bd96..d42b293 100644 --- a/src/routes/Home.js +++ b/src/routes/Home.js @@ -24,7 +24,7 @@ function Home() { justifyContent: "center", }} > - + Owlbear Rodeo @@ -34,7 +34,7 @@ function Home() { - + Alpha v0.6.1