This commit is contained in:
Konstantin Wohlwend 2025-12-03 14:35:19 -08:00
parent 379ca36897
commit a7609f8aac
2 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ import type { Metadata } from 'next';
import { Inter as FontSans } from "next/font/google";
import React from 'react';
// import { VersionAlerter } from '../components/version-alerter';
import { VersionAlerter } from '@/components/version-alerter';
import '../polyfills';
import { BackgroundShine } from './background-shine';
import { ClientPolyfill } from './client-polyfill';
@ -104,7 +105,7 @@ export default function RootLayout({
<ClientPolyfill />
<RouterProvider>
<UserIdentity />
{/* <VersionAlerter /> */}
<VersionAlerter />
<BackgroundShine />
{children}
<DevelopmentPortDisplay />

View File

@ -996,7 +996,7 @@ export function CmdKTrigger() {
ref={mouseCursorRef}
className={cn(
"absolute w-32 h-32 group-hover:w-64 group-hover:h-64 transition-[width,height] duration-300",
"bg-blue-500/40 blur-lg",
"bg-blue-700/60 blur-lg",
"rounded-full",
"pointer-events-none",
"-translate-x-1/2 -translate-y-1/2",