small updates and bump version

This commit is contained in:
Ren Amamiya
2023-08-09 19:04:32 +07:00
parent edf56bc97b
commit d63690e9d0
6 changed files with 9 additions and 7 deletions

View File

@@ -65,7 +65,9 @@ export function OnboardStep1Screen() {
return (
<div className="mx-auto w-full max-w-md">
<div className="mb-8 text-center">
<h1 className="text-xl font-semibold text-white">Enrich your network</h1>
<h1 className="text-xl font-semibold text-white">
{loading ? 'Prefetching data...' : 'Enrich your network'}
</h1>
<p className="text-sm text-white/50">Choose account you want to follow</p>
</div>
<div className="flex flex-col gap-4">

View File

@@ -1,4 +1,4 @@
export const APP_VERSION = '1.1.1';
export const APP_VERSION = '1.2.0';
export const DEFAULT_AVATAR = 'https://void.cat/d/5VKmKyuHyxrNMf9bWSVPih';