Visual edit in Lovable

Edited UI in Lovable
This commit is contained in:
gpt-engineer-app[bot]
2025-03-21 12:53:38 +00:00
parent 050386e3d2
commit 23bc7bd805

View File

@@ -1,4 +1,3 @@
import React, { useCallback, useEffect, useState, useRef } from 'react'; import React, { useCallback, useEffect, useState, useRef } from 'react';
import { getAppVersionInfo, isAndroidPlatform } from '@/utils/platform'; import { getAppVersionInfo, isAndroidPlatform } from '@/utils/platform';
import { Label } from '@/components/ui/label'; import { Label } from '@/components/ui/label';
@@ -118,7 +117,7 @@ const AppVersionInfo: React.FC<AppVersionInfoProps> = ({
</div> </div>
<div className="mt-[70px] text-center"> <div className="mt-[70px] text-center">
<p className="text-gray-400 font-semibold text-lg">ZELLYY CLOUD</p> <p className="text-gray-400 font-semibold text-lg my-[50px]">ZELLYY CLOUD</p>
</div> </div>
</div> </div>
</div>; </div>;