Replace Coolify branding with MapleDeploy throughout the UI: logos, favicon, fonts (Overlock 900), color scheme, help links, and page titles. Remove GitHub Actions workflows and add Forgejo CI build workflow. Strip cloud-only features (subscription prompts, sponsor links, server creation cloud options).
4 lines
226 B
PHP
4 lines
226 B
PHP
{{-- MapleDeploy branding: show version without linking to upstream releases --}}
|
|
<span {{ $attributes->merge(['class' => 'text-xs opacity-90 dark:text-neutral-500']) }}>
|
|
v{{ config('constants.coolify.version') }}
|
|
</span>
|