small updates and bump version
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user