We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c88b986 + c8623cc commit 2cffb2cCopy full SHA for 2cffb2c
frontend/src/components/accountPage/UserPanelContainer/UserPanelContainer.tsx
@@ -11,7 +11,7 @@ const UserPanelContainer: FC<IUserPanelContainerProps> = props => {
11
center: (
12
<div className="h-full flex justify-center items-center px-5">
13
<p className="md:text-2xl text-lg text-center mb-0">
14
- <b>UserAccountPage Panel</b>
+ <b>Account details</b>
15
</p>
16
</div>
17
),
0 commit comments