Warn users about Dream breakage

This commit is contained in:
Austin Chen 2022-10-13 18:45:09 -07:00
parent c044460a91
commit ab1c3020da

View File

@ -95,6 +95,10 @@ function DreamTab(props: {
return ( return (
<Col className="gap-2"> <Col className="gap-2">
<AlertBox
title="Dreaming is currently broken 😴"
text="Follow updates here: https://github.com/vpzomtrrfrt/stability-client/issues/9"
/>
<Row className="gap-2"> <Row className="gap-2">
<input <input
autoFocus autoFocus