Skip to content

Commit b49838c

Browse files
committed
Fix
1 parent 33ce2c9 commit b49838c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/optional-profile-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ export const OptionalProfileUserForm = (props: {
819819
<Button
820820
className={clsx(
821821
"fixed lg:bottom-6 right-4 sm:right-60 z-50 text-xl",
822-
bottomNavBarVisible ? "bottom-[calc(30px+var(--bnh))]" : "bottom-[calc(90px+var(--bnh))]"
822+
bottomNavBarVisible ? "bottom-[calc(90px+var(--bnh))]" : "bottom-[calc(30px+var(--bnh))]"
823823
)}
824824
disabled={isSubmitting}
825825
loading={isSubmitting}

0 commit comments

Comments
 (0)