Add <noscript> to indicate that saving instances will not work

This commit is contained in:
Nikita Karamov 2023-09-02 16:25:07 +02:00
parent a5c41729c1
commit 4f3488c427
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,10 @@ const { prefilledInstance } = Astro.props;
id="remember"
name="remember"
/>
Remember instance on this device
Remember instance on this device<noscript>.</noscript>
<noscript style="color:darkred;font-size:smaller">
This will not work when JavaScript is disabled.</noscript
>
</label>
<style lang="scss">