From 827d9e1d5724808653b322ae0e447dffae8cfb16 Mon Sep 17 00:00:00 2001 From: lianahus Date: Tue, 8 Oct 2024 10:22:04 +0200 Subject: [PATCH] typo --- libs/remix-ui/app/src/lib/remix-app/types/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/remix-ui/app/src/lib/remix-app/types/index.ts b/libs/remix-ui/app/src/lib/remix-app/types/index.ts index 824243b102..598d5d96f0 100644 --- a/libs/remix-ui/app/src/lib/remix-app/types/index.ts +++ b/libs/remix-ui/app/src/lib/remix-app/types/index.ts @@ -20,6 +20,6 @@ export const enum AppModalCancelTypes { export const enum UsageTypes { Beginner = 'beginner', Prototyper = 'prototyper', - Advance = 'advance', - Production = 'prototyper' + Advance = 'advanced', + Production = 'production' } \ No newline at end of file