Skip to content

Commit

Permalink
🔨 refactor:变更 mockdata
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackishGreen33 committed May 25, 2024
1 parent 8a6e7ec commit 62a2079
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/components/elements/UserProfile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const UserProfile: React.FC = React.memo(() => {
loading="lazy"
/>
<div>
<p className="text-xl font-semibold dark:text-gray-200"> 李泽群 </p>
<p className="text-xl font-semibold dark:text-gray-200"> 何婷婷 </p>
<p className="text-sm text-gray-500 dark:text-gray-400"> 管理员 </p>
<p className="text-sm font-semibold text-gray-500 dark:text-gray-400">
{' '}
Expand Down
2 changes: 1 addition & 1 deletion src/common/components/navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const Navbar: React.FC = React.memo(() => {
<p>
<span className="text-14 text-gray-400">您好,</span>{' '}
<span className="text-14 ml-1 font-bold text-gray-400">
李泽群
何婷婷
</span>
</p>
<MdKeyboardArrowDown className="text-14 text-gray-400" />
Expand Down

0 comments on commit 62a2079

Please sign in to comment.