Skip to content

Commit

Permalink
🐛 add </div> tag
Browse files Browse the repository at this point in the history
As seen in issue #4

Co-Authored-By: kgp43 <15347427+kgp43@users.noreply.github.com>
  • Loading branch information
roelreijneveld and kgp43 committed Dec 28, 2020
1 parent abd42b4 commit bf334c2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions stubs/resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
</div>
<div class="card-body">
<div class="alert alert-success">
Hi there! Thank you for using the <code><a href="https://github.com/Proxeuse/fortify-tabler">Proxeuse/fortify-tabler</a></code> FortifyUI preset.
We've automatically installed the authentication pages (login, registration, etc.) and the profile edit page. You're now able to edit anything of your likings.
This version of Proxeuse/fortify-tabler also features automatic avatars and manual avatar uploads. The default avatar image is generated by the <a href="https://api.proxeuse.com/avatars/" target="_blank">Proxeuse Avatar API</a>, you are free to change this to any other generator.
Hi there! Thank you for using the <code><a href="https://github.com/Proxeuse/fortify-tabler">Proxeuse/fortify-tabler</a></code> FortifyUI preset.
We've automatically installed the authentication pages (login, registration, etc.) and the
profile edit page. You're now able to edit anything of your likings.
This version of Proxeuse/fortify-tabler also features automatic avatars and manual avatar
uploads. The default avatar image is generated by the <a href="https://api.proxeuse.com/avatars/" target="_blank">Proxeuse Avatar API</a>,
you are free to change this to any other generator.
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit bf334c2

Please sign in to comment.