mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
fixes
This commit is contained in:
parent
379ca36897
commit
a7609f8aac
@ -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 />
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user