current user username instead of "profile" text

This commit is contained in:
2025-11-12 03:19:53 +05:30
parent d29efe53e0
commit eddb251e4d

View File

@@ -108,7 +108,7 @@ export default function Blog(props: { disableCustomTheme?: boolean }) {
color="primary"
onClick={() => setShowProfile(true)}
>
Profile
{currentUser.username}
</Button>
</>
)}