diff --git a/README.md b/README.md index 2a0967a..2719ec1 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ You can support us by either sponsoring us or buying one of our paid products. O ### Buy our Paid Products -[![InfyChat](https://assets.infyom.com/open-source/infychat-banner.png)](https://bit.ly/3gYLWny) +[![InfyChat](https://assets.infyom.com/open-source/infychat-banner.png)](https://1.envato.market/jWeAmM) You can also check out our other paid products on [CodeCanyon](https://codecanyon.net/user/infyomlabs/portfolio). @@ -103,6 +103,10 @@ Checkout Video Tutorial - **By**: [Shailesh Ladumor](https://github.com/shailesh [](https://youtu.be/jA7hr2gE9yc) +Checkout Laravel Fortify Video Tutorial + +[](https://youtu.be/2lHFnYLTHSI) + ## Screenshots ### Login diff --git a/adminlte-stubs/auth/verify.blade.php b/adminlte-stubs/auth/verify.blade.php index efc2da3..1abaa59 100644 --- a/adminlte-stubs/auth/verify.blade.php +++ b/adminlte-stubs/auth/verify.blade.php @@ -15,7 +15,13 @@ @endif
Before proceeding, please check your email for a verification link.If you did not receive the email,
- click here to request another'. + + click here to request another. + + diff --git a/adminlte-stubs/bootstrap/app.scss b/adminlte-stubs/bootstrap/app.scss index 8ce2380..959ba68 100644 --- a/adminlte-stubs/bootstrap/app.scss +++ b/adminlte-stubs/bootstrap/app.scss @@ -2,4 +2,4 @@ @import 'variables'; // Bootstrap -@import '~admin-lte/build/scss/AdminLTE'; +@import '~admin-lte/build/scss/adminlte'; diff --git a/composer.json b/composer.json index 16759bd..6b74a85 100644 --- a/composer.json +++ b/composer.json @@ -32,5 +32,11 @@ "InfyOm\\AdminLTEPreset\\FortifyAdminLTEPresetServiceProvider" ] } - } + }, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/infyomlabs" + } + ] }