Skip to content

Commit 2cffb2c

Browse files
authored
Merge pull request #813 from cannarelladev/frc/fixAccountPageTypo
Frontend: account page typo fix
2 parents c88b986 + c8623cc commit 2cffb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/accountPage/UserPanelContainer/UserPanelContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const UserPanelContainer: FC<IUserPanelContainerProps> = props => {
1111
center: (
1212
<div className="h-full flex justify-center items-center px-5">
1313
<p className="md:text-2xl text-lg text-center mb-0">
14-
<b>UserAccountPage Panel</b>
14+
<b>Account details</b>
1515
</p>
1616
</div>
1717
),

0 commit comments

Comments
 (0)