Fix the header of Space landing page (#8048)
This commit is contained in:
parent
ed6a371616
commit
64e9cdd619
3 changed files with 27 additions and 18 deletions
|
@ -479,8 +479,10 @@ const SpaceLanding = ({ space }: { space: Room }) => {
|
|||
};
|
||||
|
||||
return <div className="mx_SpaceRoomView_landing">
|
||||
<SpaceFeedbackPrompt />
|
||||
<RoomAvatar room={space} height={80} width={80} viewAvatarOnClick={true} />
|
||||
<div className="mx_SpaceRoomView_landing_header">
|
||||
<RoomAvatar room={space} height={80} width={80} viewAvatarOnClick={true} />
|
||||
<SpaceFeedbackPrompt />
|
||||
</div>
|
||||
<div className="mx_SpaceRoomView_landing_name">
|
||||
<RoomName room={space}>
|
||||
{ (name) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue