chore(release): 1.2.4-rc.6

This commit is contained in:
Théo LAGACHE
2026-01-28 16:39:46 +01:00
parent 4942591d7f
commit 6e8932ff52
8 changed files with 164 additions and 4 deletions
@@ -11,6 +11,7 @@ import {SideBarFooterCredit} from "@/components/wrappers/dashboard/common/sideba
import {OrganizationCombobox} from "@/components/wrappers/dashboard/organization/organization-combobox";
import {env} from "@/env.mjs";
import {LoggedInButton} from "@/components/wrappers/dashboard/common/logged-in/logged-in-button.server";
import {UpdateNotification} from "@/features/updates/components/update-notification";
export function AppSidebar() {
const projectName = env.PROJECT_NAME;
@@ -31,6 +32,8 @@ export function AppSidebar() {
<SidebarMenuCustomMain/>
</SidebarContent>
<UpdateNotification />
<SidebarMenu className="mb-2">
<SidebarMenuItem className="p-2">
<LoggedInButton/>