Skip to content

Commit

Permalink
fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
alimaktabi committed Jan 31, 2024
1 parent aebb06f commit e6011b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/UserAuthStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const UserAuthStatus = () => {
className="cursor-pointer relative z-20 pr-0.5 pl-2 flex rounded-lg h-9 items-center justify-between bg-gray40"
>
<span className="ml-2 hidden md:block text-sm">
@ {userProfile?.username || `User${userProfile.pk}`}
@ {userProfile?.username || `User${userProfile?.pk}`}
</span>

<span className="text-gray90 hidden md:block ml-8 mr-5">
Expand Down

0 comments on commit e6011b7

Please sign in to comment.