Remove default type for buttons

This commit is contained in:
2022-12-20 00:29:23 +01:00
parent 73c99024d4
commit 9079018672
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>