Skip to content

Commit

Permalink
fix: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 5, 2023
1 parent 76724be commit 73e1796
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/SignIn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function SignIn() {
onClick={() => setShowSignInModal(true)}
{...FADE_IN_ANIMATION_SETTINGS}
>
Sign In
登录
</motion.button>
)}
</AnimatePresence>
Expand Down
4 changes: 2 additions & 2 deletions components/user-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ export default function UserDropdown() {
disabled
>
<LayoutDashboard className="h-4 w-4" />
<p className="text-sm">Dashboard</p>
<p className="text-sm">个人中心</p>
</button>
<button
className="relative flex w-full items-center justify-start space-x-2 rounded-md p-2 text-left text-sm transition-all duration-75 hover:bg-gray-100"
onClick={() => signOut({ redirect: false })}
>
<LogOut className="h-4 w-4" />
<p className="text-sm">Logout</p>
<p className="text-sm">登出</p>
</button>
</div>
}
Expand Down

1 comment on commit 73e1796

@vercel
Copy link

@vercel vercel bot commented on 73e1796 Mar 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.