feat: redesign InitialLoader with premium ETIB logo and light sweep
Former-commit-id: accc8a262caa6b2b121f94cebd04daf5bb877630
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_v3');
|
||||
const hasSeenLoader = cookieStore.has('etib_initial_loader_v4');
|
||||
|
||||
return (
|
||||
<html
|
||||
|
||||
Reference in New Issue
Block a user