Merge version_2 into main #1

Merged
development merged 3 commits from version_2 into main 2026-01-06 13:08:31 +00:00
Showing only changes of commit b2ab106c06 - Show all commits

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -409,4 +409,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}