There was an error while loading. Please reload this page.
1 parent 6f412e6 commit 93a263bCopy full SHA for 93a263b
2 files changed
android/app/build.gradle
@@ -11,7 +11,7 @@ android {
11
applicationId "com.compassconnections.app"
12
minSdkVersion rootProject.ext.minSdkVersion
13
targetSdkVersion rootProject.ext.targetSdkVersion
14
- versionCode 114
+ versionCode 115
15
versionName "1.28.0"
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
aaptOptions {
web/components/profile/profile-info.tsx
@@ -217,8 +217,8 @@ export function ProfileInfoSkeleton() {
217
gap: '10px',
218
}}
219
>
220
- <div className="flex w-full items-center gap-2">
221
- <BackButton />
+ <div className="flex w-full items-center gap-2 min-h-7">
+ <BackButton className={'hidden sm:flex'} />
222
</div>
223
224
0 commit comments