Remove default type for buttons
This commit is contained in:
parent
73c99024d4
commit
9079018672
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<!-- Submit button -->
|
<!-- Submit button -->
|
||||||
<div class="d-md-flex">
|
<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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
{# Submit button #}
|
{# Submit button #}
|
||||||
<div class="d-md-flex">
|
<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>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue