Skip to content

Commit

Permalink
Merge pull request #813 from cannarelladev/frc/fixAccountPageTypo
Browse files Browse the repository at this point in the history
Frontend: account page typo fix
  • Loading branch information
frisso authored Sep 25, 2022
2 parents c88b986 + c8623cc commit 2cffb2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const UserPanelContainer: FC<IUserPanelContainerProps> = props => {
center: (
<div className="h-full flex justify-center items-center px-5">
<p className="md:text-2xl text-lg text-center mb-0">
<b>UserAccountPage Panel</b>
<b>Account details</b>
</p>
</div>
),
Expand Down

0 comments on commit 2cffb2c

Please sign in to comment.