Merge pull request #87 from twofaktor/fix_little_typo

[bug] Fixed little typo on Nostr plugin button
This commit is contained in:
Andrew Camilleri
2025-03-31 13:55:56 +02:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
<h2 class="mb-0">@ViewData["Title"]</h2>
<div class="d-flex gap-3 mt-3 mt-sm-0">
<button name="command" type="submit" value="save" class="btn btn-primary">Submit</button>
<button name="command" type="button" class="btn btn-primary" style="display: none" id="import">Import wth Nostr extension</button>
<button name="command" type="button" class="btn btn-primary" style="display: none" id="import">Import with Nostr extension</button>
@if (!string.IsNullOrEmpty(Model.Name))
{
<button name="command" type="submit" value="remove" class="btn btn-danger">Clear</button>