mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
Fix: Every other instance of invoked clsx hence adding it here as well.
This commit is contained in:
@ -83,7 +83,7 @@ export const MastheadSidebar: React.FC = () => {
|
|||||||
icon={getProfileIcon(network)}
|
icon={getProfileIcon(network)}
|
||||||
link={url && addHttp(url)}
|
link={url && addHttp(url)}
|
||||||
className="!gap-2 text-xs"
|
className="!gap-2 text-xs"
|
||||||
textClassName="invert"
|
textClassName={clsx({ invert: contrast === 'light' })}
|
||||||
>
|
>
|
||||||
{username}
|
{username}
|
||||||
</DataDisplay>
|
</DataDisplay>
|
||||||
|
|||||||
Reference in New Issue
Block a user