Skip to content

Commit

Permalink
✨ feat: temp hide settings account section (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustin01 authored Oct 23, 2024
1 parent fde5ecc commit 08896fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/wallet/src/pages/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ const SettingsPage: FC = observer(() => {
return (
<div className="h-full px-6 overflow-auto">
<PageHeader title={t('page_settings_title')} />
<div className="mt-6">

{/* // TODO: TEMP HIDE */}
{/* <div className="mt-6">
<p className="label-text text-neutral text-sm font-bold">
{t('page_settings_account')}
</p>
Expand All @@ -34,7 +36,7 @@ const SettingsPage: FC = observer(() => {
{t('page_settings_linkMore')}
</button>
</div>
</div>
</div> */}

<div className="mt-6">
<p className="label-text text-neutral text-sm font-bold">
Expand Down

0 comments on commit 08896fe

Please sign in to comment.