Skip to content

Commit 93a263b

Browse files
committed
Update BackButton visibility for responsive design in profile-info component
1 parent 6f412e6 commit 93a263b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
applicationId "com.compassconnections.app"
1212
minSdkVersion rootProject.ext.minSdkVersion
1313
targetSdkVersion rootProject.ext.targetSdkVersion
14-
versionCode 114
14+
versionCode 115
1515
versionName "1.28.0"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
aaptOptions {

web/components/profile/profile-info.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ export function ProfileInfoSkeleton() {
217217
gap: '10px',
218218
}}
219219
>
220-
<div className="flex w-full items-center gap-2">
221-
<BackButton />
220+
<div className="flex w-full items-center gap-2 min-h-7">
221+
<BackButton className={'hidden sm:flex'} />
222222
</div>
223223
</div>
224224

0 commit comments

Comments
 (0)