feat(overlay): add HttpSiraStatus requirement notice
All checks were successful
deploy / deploy (push) Successful in 58s
All checks were successful
deploy / deploy (push) Successful in 58s
This commit is contained in:
parent
11826faa9a
commit
a49fa9dbb6
@ -33,15 +33,25 @@ export default function Analytics() {
|
|||||||
</CardTitle>
|
</CardTitle>
|
||||||
|
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<p className="mb-2">
|
<div className="mb-2">
|
||||||
Confused on how to use this? Check out the{" "}
|
<p>
|
||||||
<span className="transform-gpu text-pp-blue transition-all hover:opacity-80">
|
Confused on how to use this? Check out the{" "}
|
||||||
<Link href={"https://www.youtube.com/watch?v=IjctLf1nX8w"}>
|
<span className="transform-gpu text-pp-blue transition-all hover:opacity-80">
|
||||||
tutorial
|
<Link href={"https://www.youtube.com/watch?v=IjctLf1nX8w"}>
|
||||||
</Link>
|
tutorial
|
||||||
</span>
|
</Link>
|
||||||
.
|
</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"
|
||||||
|
Loading…
Reference in New Issue
Block a user