From 85bd61263b44b88d00fbda2f5ae6eeb0a446b626 Mon Sep 17 00:00:00 2001 From: Sarthak Kumar Shailendra <69191344+sarthak-kumar-shailendra@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:42:05 +0530 Subject: [PATCH] correcting the url to avoid error --- packages/i18nify-playground/src/constants/phoneNumber/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/i18nify-playground/src/constants/phoneNumber/index.js b/packages/i18nify-playground/src/constants/phoneNumber/index.js index e057216d..c0016cd3 100644 --- a/packages/i18nify-playground/src/constants/phoneNumber/index.js +++ b/packages/i18nify-playground/src/constants/phoneNumber/index.js @@ -18,3 +18,6 @@ export const PHONE_MASKING_INPUTS = [ type: 'number', }, ]; + +export const FLAG_4X3_BASE_PATH = + 'https://unpkg.com/@razorpay/i18nify-js/lib/assets/flags';