|
@@ -19,7 +19,7 @@ const PageAccessoriesModalControl = (props) => {
|
|
|
const { t, pageAccessoriesContainer, isGuestUserMode } = props;
|
|
const { t, pageAccessoriesContainer, isGuestUserMode } = props;
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- <div className="grw-page-accessories-control d-flex align-items-end pb-1">
|
|
|
|
|
|
|
+ <div className="grw-page-accessories-control d-flex align-items-center pb-1">
|
|
|
<button
|
|
<button
|
|
|
type="button"
|
|
type="button"
|
|
|
className="btn btn-link grw-btn-page-accessories"
|
|
className="btn btn-link grw-btn-page-accessories"
|
|
@@ -66,6 +66,9 @@ const PageAccessoriesModalControl = (props) => {
|
|
|
{t('Not available for guest')}
|
|
{t('Not available for guest')}
|
|
|
</UncontrolledTooltip>
|
|
</UncontrolledTooltip>
|
|
|
)}
|
|
)}
|
|
|
|
|
+
|
|
|
|
|
+ <span className="border-left grw-border-hr mx-1"> </span>
|
|
|
|
|
+
|
|
|
<SeenUserInfo />
|
|
<SeenUserInfo />
|
|
|
</div>
|
|
</div>
|
|
|
);
|
|
);
|