mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-25 10:02:27 -04:00
Show share button on mobile as well
This commit is contained in:
@@ -119,7 +119,7 @@ export default function ProfileHeader(props: {
|
||||
</Row>
|
||||
{currentUser && isCurrentUser ? (
|
||||
<Row className={'items-center gap-1 sm:gap-2'}>
|
||||
<ShareProfileButton className="hidden sm:flex" username={user.username} />
|
||||
<ShareProfileButton className="sm:flex" username={user.username} />
|
||||
<Tooltip text={t('more_options_user.edit_profile', 'Edit profile')} noTap>
|
||||
<Button
|
||||
data-testid="profile-edit"
|
||||
|
||||
Reference in New Issue
Block a user