feat(ui): add compact desktop cursor portrait

This commit is contained in:
Poyraz
2026-08-29 17:00:25 +03:00
parent 5a34c114c6
commit 4ffcaf18cd
4 changed files with 326 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@ import "../globals.css";
import { AppShell } from "@/components/app-shell";
import { GoogleAnalytics } from "@/components/google-analytics";
import { PoyrazBottomRightFollower } from "@/components/poyraz-bottom-right-follower";
export async function generateMetadata({
params,
@@ -115,6 +116,7 @@ export default async function LocaleLayout({
<NextIntlClientProvider messages={messages}>
<GoogleAnalytics />
<AppShell>{children}</AppShell>
<PoyrazBottomRightFollower />
</NextIntlClientProvider>
</body>
</html>