Update Flux v0.23

This commit is contained in:
Esteban
2026-07-06 11:24:47 +02:00
parent 32736609b0
commit 1d134c38cd
5 changed files with 2341 additions and 5 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
<img src="{{ asset('images/logo-dark.png') }}" alt="BloomFeed" class="brand-logo brand-logo-dark">
</a>
<div class="navbar-links">
<a href="{{ route('self-hosting') }}" class="{{ request()->routeIs('self-hosting') ? 'active' : '' }}">{{ __('app.self_hosting') }}</a>
<a href="{{ route('self-hosting') }}" class="nav-self-hosting {{ request()->routeIs('self-hosting') ? 'active' : '' }}">{{ __('app.self_hosting') }}</a>
@include('partials.locale-selector')
<button type="button" class="theme-toggle" data-theme-toggle title="{{ __('app.change_theme') }}"></button>
@if (\App\Models\User::query()->exists() && ! \App\Models\Setting::registrationsOpen())