Skip to content

Commit

Permalink
fix: personnnal settings accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric921 committed Feb 5, 2024
1 parent 6fc12e9 commit 42b9c68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/app/[locale]/settings/personal/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ const Personal = () => {
<Container fullWidth={fullWidth} className="mb-10 flex-1">
<div className="flex flex-col w-full h-full lg:flex-row">
<LeftSideSettingMenu className="h-[72vh] pb-4"/>
<div className="flex flex-col w-full mr-[20px] lg:mr-0">
<div className="flex flex-col flex-1 h-[72vh] mr-[20px] lg:mr-0">
<Link href={'/settings/team'} className="w-full">
<button className="w-full lg:hidden hover:bg-white rounded-xl border border-dark text-dark p-4 mt-2">
Go to Team settings
</button>
</Link>
<Accordian
title={t('pages.settingsPersonal.HEADING_TITLE')}
className=" max-w-[96vw] overflow-y-hidden p-4 mt-8 dark:bg-dark--theme"
className="w-full max-w-[96vw] overflow-y-hidden p-4 mt-8 dark:bg-dark--theme"
id="general"
>
{/* <Text className="text-base font-normal text-center text-gray-400 sm:text-left">
Expand Down

0 comments on commit 42b9c68

Please sign in to comment.