RTL
This commit is contained in:
parent
1f2cde6d04
commit
0e490542a7
196 changed files with 2117 additions and 1217 deletions
|
@ -9,7 +9,7 @@ import { Avatar, AvatarSize } from './Avatar';
|
|||
import { useRestoreFocus } from '../hooks/useRestoreFocus';
|
||||
|
||||
import type { LocalizerType, ThemeType } from '../types/Util';
|
||||
import { Emojify } from './conversation/Emojify';
|
||||
import { UserText } from './UserText';
|
||||
|
||||
export type Props = {
|
||||
readonly i18n: LocalizerType;
|
||||
|
@ -61,7 +61,7 @@ export function AvatarPopup(props: Props): JSX.Element {
|
|||
<Avatar {...props} size={AvatarSize.FORTY_EIGHT} />
|
||||
<div className="module-avatar-popup__profile__text">
|
||||
<div className="module-avatar-popup__profile__name">
|
||||
<Emojify text={profileName || title} />
|
||||
<UserText text={profileName || title} />
|
||||
</div>
|
||||
{shouldShowNumber ? (
|
||||
<div className="module-avatar-popup__profile__number">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue