diff options
Diffstat (limited to 'test/manual/yes-indicator-css.html')
-rw-r--r-- | test/manual/yes-indicator-css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/manual/yes-indicator-css.html b/test/manual/yes-indicator-css.html index 46fdea72..fc2e02a1 100644 --- a/test/manual/yes-indicator-css.html +++ b/test/manual/yes-indicator-css.html @@ -2,10 +2,10 @@ <head> <meta charset="utf-8" /> <title>Test if indicators are invisible by default</title> - <script src="../../src/kutty.js"></script> + <script src="../../src/htmx.js"></script> </head> <body style="padding:20px;font-family: sans-serif"> <h1>You should not see bars here:</h1> - <img class="kutty-indicator" src="../img/bars.svg" width="200"> + <img class="htmx-indicator" src="../img/bars.svg" width="200"> </body> </html> |