Mark demo HTML sections with BEGIN/END comments (#2741)

This commit is contained in:
Paweł Kuna
2026-07-31 01:10:55 +02:00
committed by GitHub
parent 510871674d
commit 166c63cc34
65 changed files with 280 additions and 83 deletions
+2
View File
@@ -141,6 +141,7 @@ import Icon from '@ui/Icon.astro';
</div>
</div>
<!-- BEGIN TOUR SCRIPT -->
<script is:inline>
document.addEventListener('DOMContentLoaded', function () {
const driverObj = driver.js.driver({
@@ -223,4 +224,5 @@ import Icon from '@ui/Icon.astro';
}
});
</script>
<!-- END TOUR SCRIPT -->
</DefaultLayout>