fix(branding): replace "self-hosted" subtitle on dashboard
This commit is contained in:
parent
33f72df0be
commit
f2adaeb37a
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
return [
|
||||
// MapleDeploy branding: registry pointed to Forgejo, auto-update disabled by default
|
||||
'coolify' => [
|
||||
'version' => '4.0.0-beta.463.2',
|
||||
'version' => '4.0.0-beta.463.3',
|
||||
'helper_version' => '1.0.12',
|
||||
'realtime_version' => '1.0.10',
|
||||
'self_hosted' => env('SELF_HOSTED', true),
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<span x-data x-init="$wire.emit('error', '{{ session('error') }}')" />
|
||||
@endif
|
||||
<h1>Dashboard</h1>
|
||||
<div class="subtitle">Your self-hosted infrastructure.</div>
|
||||
<div class="subtitle">Your deployment platform.</div>
|
||||
@if (request()->query->get('success'))
|
||||
<div class=" mb-10 font-bold alert alert-success">
|
||||
Your subscription has been activated! Welcome onboard! It could take a few seconds before your
|
||||
|
|
|
|||
Loading…
Reference in a new issue