|
@@ -4,7 +4,7 @@
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
- <title>Leadership Health</title>
|
|
|
+ <title>{{ config('app.name') }}</title>
|
|
|
<!-- Tell the browser to be responsive to screen width -->
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<!-- Google Font: Source Sans Pro -->
|
|
@@ -61,7 +61,7 @@
|
|
|
</style>
|
|
|
<div class="login-box">
|
|
|
<div class="login-logo auth-branding text-center border-0">
|
|
|
- <span class="brand-text font-weight-light text-white">Leadership Health</span>
|
|
|
+ <span class="brand-text font-weight-light text-white">{{ config('app.name') }}</span>
|
|
|
</div>
|
|
|
<div class="login-content card border-top-0">
|
|
|
<div class="card-body border-0 login-card-body p-0">
|