feat(overlay): add HttpSiraStatus requirement notice
All checks were successful
deploy / deploy (push) Successful in 58s

This commit is contained in:
Lee 2023-11-05 21:07:52 +00:00
parent 11826faa9a
commit a49fa9dbb6

@ -33,7 +33,8 @@ export default function Analytics() {
</CardTitle> </CardTitle>
<CardContent> <CardContent>
<p className="mb-2"> <div className="mb-2">
<p>
Confused on how to use this? Check out the{" "} Confused on how to use this? Check out the{" "}
<span className="transform-gpu text-pp-blue transition-all hover:opacity-80"> <span className="transform-gpu text-pp-blue transition-all hover:opacity-80">
<Link href={"https://www.youtube.com/watch?v=IjctLf1nX8w"}> <Link href={"https://www.youtube.com/watch?v=IjctLf1nX8w"}>
@ -42,6 +43,15 @@ export default function Analytics() {
</span> </span>
. .
</p> </p>
<p>
The overlay requires{" "}
<span className="transform-gpu text-pp-blue transition-all hover:opacity-80">
<Link href={"https://github.com/denpadokei/HttpSiraStatus"}>
HttpSiraStatus
</Link>
</span>
</p>
</div>
<Input <Input
id="ip-address" id="ip-address"