Remove default type for buttons

This commit is contained in:
Joakim Hellsén 2022-12-20 00:29:23 +01:00
commit 9079018672
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
<!-- Submit button -->
<div class="d-md-flex">
<button type="submit" class="btn btn-dark btn-sm">Add feed</button>
<button class="btn btn-dark btn-sm">Add feed</button>
</div>
</form>
</div>

View file

@ -25,7 +25,7 @@
{# Submit button #}
<div class="d-md-flex">
<a type="submit" class="btn btn-dark btn-sm">Add webhook</a>
<button class="btn btn-dark btn-sm">Add webhook</button>
</div>
</form>
</div>