Fix: Every other instance of invoked clsx hence adding it here as well.

This commit is contained in:
TryAllTheThings
2022-11-26 14:37:48 +01:00
parent 90e994377b
commit d8357c9959

View File

@ -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>