add deprecation notice
All checks were successful
Publish / docker (push) Successful in 1m59s

This commit is contained in:
Lee 2023-11-05 23:17:44 +00:00
parent 403c34befd
commit 6b5b8bb54f

@ -63,6 +63,21 @@ export default function Overlay(props) {
<SongInfo />
<ScoreStats />
<CutStats />
<p
style={{
fontSize: 50,
position: "absolute",
top: 0,
right: 0,
paddingRight: "10px",
}}
>
This overlay is deprecated use:{" "}
<a href="https://ssr.fascinated.cc/overlay/builder">
https://ssr.fascinated.cc/overlay/builder
</a>
</p>
</div>
);
}