This commit is contained in:
2026-02-20 22:32:31 +08:00
parent 9e9ac373c6
commit 6ea8b4d4b9

View File

@@ -42,7 +42,7 @@ export default async function UserPage({ params }: UserPageProps) {
<div className="bg-white rounded-lg shadow-md p-6 mb-6"> <div className="bg-white rounded-lg shadow-md p-6 mb-6">
<div className="flex items-center justify-between mb-4"> <div className="flex items-center justify-between mb-4">
<div></div> <div></div>
{isOwnProfile && <LightButton></LightButton>} {isOwnProfile && <LinkButton href="/logout"></LinkButton>}
</div> </div>
<div className="flex items-center space-x-6"> <div className="flex items-center space-x-6">
{/* Avatar */} {/* Avatar */}