fix(branding): replace "self-hosted" subtitle on dashboard
This commit is contained in:
parent
db697d4b0a
commit
6dc3b49069
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@
|
||||||
<span x-data x-init="$wire.emit('error', '{{ session('error') }}')" />
|
<span x-data x-init="$wire.emit('error', '{{ session('error') }}')" />
|
||||||
@endif
|
@endif
|
||||||
<h1>Dashboard</h1>
|
<h1>Dashboard</h1>
|
||||||
<div class="subtitle">Your self-hosted infrastructure.</div>
|
{{-- MapleDeploy branding --}}
|
||||||
|
<div class="subtitle">Your deployment platform.</div>
|
||||||
|
|
||||||
<section class="-mt-2">
|
<section class="-mt-2">
|
||||||
<div class="flex items-center gap-2 pb-2">
|
<div class="flex items-center gap-2 pb-2">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue