Skip to content

Commit

Permalink
fix(fix): fix
Browse files Browse the repository at this point in the history
fix conflicts

fix #127
  • Loading branch information
M07am3dM committed Nov 28, 2023
2 parents 6184738 + 77ce0df commit b7c70f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/profile/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,7 @@ const User = ({ t }) => {
{errors.familySize?.message}
</p>
</div>
</div>

</div>
<div className=' lg:mx-0 mx-2 p-1 my-5 gap-2 min-w-max'>
<div className='grid grid-col-1 md:grid-cols-3'>
<label className='md:mb-2 mb-2 w-max text-xl font-medium leading-7 text-gray-900'>
Expand Down Expand Up @@ -524,7 +523,6 @@ const User = ({ t }) => {
/>
</button>
</div>

<h1 className='text-3xl md:text-4xl text-center md:text-start font-medium uppercase md:mb-10 mb-5'>
{t("users:userProfile.payment")}
</h1>
Expand Down

0 comments on commit b7c70f7

Please sign in to comment.