Skip to content

Commit

Permalink
changed defaults for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed May 8, 2023
1 parent 24a22c8 commit 6691fd6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@
Get notifed on Nostr</label>
<label style="float: left">
Zaps with Comments
<input type="checkbox" id="notifycomments" name="notifycomments" v-model="notifycomments" checked />
</label>
<label style="float: left">
Zaps without Comments
<input type="checkbox" id="notifyzaps" name="notifyzaps" v-model="notifyzaps" checked />
</label>
<input type="checkbox" id="notifycomments" name="notifycomments" v-model="notifycomments" />
</label>
<label style="float: left">
Zaps without Comments
<input type="checkbox" id="notifyzaps" name="notifyzaps" v-model="notifyzaps" />
</label>
<label style="float: left">
Non Zaps
<input type="checkbox" id="notifynonzaps" name="notifynonzaps" v-model="notifynonzaps" checked/>
Non-Zaps
<input type="checkbox" id="notifynonzaps" name="notifynonzaps" v-model="notifynonzaps" checked/>
</label>

</label>
Expand Down

0 comments on commit 6691fd6

Please sign in to comment.