feat: redesign PageTransitionShutter with premium ETIB logo
Former-commit-id: c26dde4f15942916216c86477e26492070da81a5
This commit is contained in:
@@ -157,7 +157,7 @@ export default async function Layout(props: {
|
||||
const feedbackEnabled = process.env.NEXT_PUBLIC_FEEDBACK_ENABLED === 'true';
|
||||
|
||||
const cookieStore = await cookies();
|
||||
const hasSeenLoader = cookieStore.has('etib_initial_loader_v4');
|
||||
const hasSeenLoader = cookieStore.has('etib_initial_loader_v5');
|
||||
|
||||
return (
|
||||
<html
|
||||
|
||||
Reference in New Issue
Block a user