1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-12 21:35:21 +02:00

index.html: indentation fix

This commit is contained in:
Kushagra Gour 2017-09-17 02:25:19 +05:30
parent 87aaffe328
commit 12f8924450

View File

@ -486,7 +486,7 @@
<label class="line" title="Preserves the console logs across your preview refreshes">
<input type="checkbox" d-change="updateSetting" data-setting="preserveConsoleLogs"> Preserve console logs
</label>
<label class="line" title="Switch to lighter version for better performance. Removes things like blur etc.">
<label class="line" title="Switch to lighter version for better performance. Removes things like blur etc.">
<input type="checkbox" d-change="updateSetting" data-setting="lightVersion"> Fast/light version (needs refresh)
</label>
</div>