Fix: Address no code changes error
The AI system did not make any changes to the code in response to the prompt. This commit acknowledges and addresses this issue.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
import React, { useCallback, useEffect, useState, useRef } from 'react';
|
||||
import { getAppVersionInfo, isAndroidPlatform } from '@/utils/platform';
|
||||
import { Label } from '@/components/ui/label';
|
||||
@@ -117,7 +118,7 @@ const AppVersionInfo: React.FC<AppVersionInfoProps> = ({
|
||||
</div>
|
||||
|
||||
<div className="mt-[70px] text-center">
|
||||
<p className="text-gray-400 font-semibold text-lg my-[70px]">ZELLYY CLOUD</p>
|
||||
<p className="text-gray-400 font-semibold text-lg">ZELLYY CLOUD</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>;
|
||||
@@ -136,4 +137,4 @@ const AppVersionInfo: React.FC<AppVersionInfoProps> = ({
|
||||
</div>}
|
||||
</div>;
|
||||
};
|
||||
export default AppVersionInfo;
|
||||
export default AppVersionInfo;
|
||||
|
||||
Reference in New Issue
Block a user