This commit is contained in:
Untone 2024-05-04 23:35:36 +03:00
parent 3161c2b2ec
commit 629c2ad3de

View File

@ -331,9 +331,7 @@ export const Header = (props: Props) => {
</div> </div>
<HeaderAuth setIsProfilePopupVisible={setIsProfilePopupVisible} /> <HeaderAuth setIsProfilePopupVisible={setIsProfilePopupVisible} />
<Show when={props.title}> <Show when={props.title}>
<div <div class={clsx(styles.articleControls, 'col-auto')}>
class={clsx(styles.articleControls, 'col-auto')}
>
<SharePopup <SharePopup
title={props.title} title={props.title}
imageUrl={props.cover} imageUrl={props.cover}