Add <noscript> to indicate that saving instances will not work
This commit is contained in:
parent
a5c41729c1
commit
4f3488c427
1 changed files with 4 additions and 1 deletions
|
@ -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">
|
||||
|
|
Reference in a new issue