Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 2dae9f1

Browse files
committed
fix: tests
1 parent 0c9b2fe commit 2dae9f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/client/client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</head>
1919

2020
<body>
21-
<button class="absolute z-50" id="disappear">Click on me so i can disappear (Chrome issue page should be clicked one time to activate autoplay) </button>
21+
<button class="absolute z-50 rounded-full bg-red-500 px-4" id="disappear">Click on me so i can disappear <br/>(Fix Autoplay, Browser Source > Right Click > Interact / Interragir <br/>and click on button.) </button>
2222
<div class="absolute top-3 left-3 hidden flex-col items-center z-50" id="author-block">
2323
<div class="w-fit">
2424
<div class="border-4 rounded-full border-[#57F287] inline-block">

0 commit comments

Comments
 (0)