diff --git a/components/Myvpncard.tsx b/components/Myvpncard.tsx index f5ec306..bec703b 100644 --- a/components/Myvpncard.tsx +++ b/components/Myvpncard.tsx @@ -331,36 +331,24 @@ const MyVpnCard: React.FC = ({ {loading && (
-
-
- {/* */} + style={{ backgroundColor: "#222944E5" }} + className='flex overflow-y-auto overflow-x-hidden fixed inset-0 z-50 justify-center items-center w-full max-h-full' + id='popupmodal' + > +
+
+
+ Loading icon + + Loading...
+
)}
); diff --git a/components/MyvpncardDedicated.tsx b/components/MyvpncardDedicated.tsx index 740bd29..967718d 100644 --- a/components/MyvpncardDedicated.tsx +++ b/components/MyvpncardDedicated.tsx @@ -203,36 +203,24 @@ const MyVpnCardDedicated: React.FC = ({
{loading && (
-
-
- {/* */} + style={{ backgroundColor: "#222944E5" }} + className='flex overflow-y-auto overflow-x-hidden fixed inset-0 z-50 justify-center items-center w-full max-h-full' + id='popupmodal' + > +
+
+
+ Loading icon + + Loading...
+
)} {delvpn && ( diff --git a/public/Loadingsotreus.png b/public/Loadingsotreus.png new file mode 100644 index 0000000..c9fda9a Binary files /dev/null and b/public/Loadingsotreus.png differ