mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
Added icon to back-button.blade.php and submit-button.blade.php
This commit is contained in:
parent
71ab8e36ca
commit
37032e0344
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
<a href="{{$href}}" class="btn btn-primary py-1 px-4 mb-4">{{$slot}}</a>
|
<a href="{{$href}}" class="btn btn-primary py-1 px-4 mb-4"><i class="fas fa-arrow-left me-2"></i>{{$slot}}</a>
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<button type="submit"
|
<button type="submit"
|
||||||
class="btn btn-success py-1 px-4 mt-2">
|
class="btn btn-success py-1 px-4 mt-2">
|
||||||
|
<i class="fas fa-plus me-2"></i>
|
||||||
{{$slot}}
|
{{$slot}}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue