Finished
This commit is contained in:
parent
5e97e6e0ef
commit
e63c792d53
|
@ -31,7 +31,8 @@ const DisplayNameInline: React.FC<IDisplayName> = ({ account, withSuffix = true
|
||||||
</HStack>
|
</HStack>
|
||||||
);
|
);
|
||||||
|
|
||||||
const suffix = (<span className='display-name'>@{getAcct(account, displayFqn)}</span>); // eslint-disable-line formatjs/no-literal-string-in-jsx
|
// eslint-disable-next-line formatjs/no-literal-string-in-jsx
|
||||||
|
const suffix = (<span className='display-name'>@{getAcct(account, displayFqn)}</span>);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='flex max-w-80 flex-col items-center justify-center text-center sm:flex-row sm:gap-2'>
|
<div className='flex max-w-80 flex-col items-center justify-center text-center sm:flex-row sm:gap-2'>
|
||||||
|
|
Loading…
Reference in New Issue