Add ZELLYY CLOUD text
Add a line of text "ZELLYY CLOUD" at the bottom of the screen, 70px below "The first build".
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
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,6 +119,10 @@ const AppVersionInfo: React.FC<AppVersionInfoProps> = ({
|
|||||||
<Label htmlFor="notes" className="text-gray-600">세부 설명</Label>
|
<Label htmlFor="notes" className="text-gray-600">세부 설명</Label>
|
||||||
<div className="p-2 text-base mt-1 py-0">The first build</div>
|
<div className="p-2 text-base mt-1 py-0">The first build</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="mt-[70px] text-center">
|
||||||
|
<p className="text-sm text-gray-400 font-semibold">ZELLYY CLOUD</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user