Skip to content

Commit

Permalink
Merge pull request #10 from Urban-Utopia-2024/develop
Browse files Browse the repository at this point in the history
Поправил текст в профиле
  • Loading branch information
grinmorg authored Nov 26, 2023
2 parents bf062ae + 11a8cab commit 6c0b2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/RequestsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ function RequestsPage() {
} text-base`}
onClick={() => setActiveTab(Tabs.APPLY)}
>
Аккаунт
Подать заявку
</div>
<div
className={`rounded-lg px-5 py-4 ${
isHistory ? 'bg-amber-200' : ''
} text-base`}
onClick={() => setActiveTab(Tabs.HISTORY)}
>
Пароль
История заявок
</div>
</aside>
{isApply && <NewRequest />}
Expand Down

0 comments on commit 6c0b2ca

Please sign in to comment.