diff --git a/apps/app/src/components/PageAccessoriesModal/ShareLink/ShareLink.tsx b/apps/app/src/components/PageAccessoriesModal/ShareLink/ShareLink.tsx index 5f1445aa9b4..a8c4f1e4cb7 100644 --- a/apps/app/src/components/PageAccessoriesModal/ShareLink/ShareLink.tsx +++ b/apps/app/src/components/PageAccessoriesModal/ShareLink/ShareLink.tsx @@ -51,7 +51,7 @@ export const ShareLink = (): JSX.Element => { return (
-

+

{ t('share_links.share_link_list') }

diff --git a/apps/app/src/components/PageAccessoriesModal/ShareLink/ShareLinkForm.tsx b/apps/app/src/components/PageAccessoriesModal/ShareLink/ShareLinkForm.tsx index 6f1ca89e073..8f6163b3562 100644 --- a/apps/app/src/components/PageAccessoriesModal/ShareLink/ShareLinkForm.tsx +++ b/apps/app/src/components/PageAccessoriesModal/ShareLink/ShareLinkForm.tsx @@ -102,7 +102,7 @@ export const ShareLinkForm: FC = (props: Props) => { return (
-

{ t('share_links.share_settings') }

+

{ t('share_links.share_settings') }

{/* ExpirationTypeOptions */} diff --git a/apps/app/src/components/PageCreateModal.tsx b/apps/app/src/components/PageCreateModal.tsx index 27282432f3e..59705529678 100644 --- a/apps/app/src/components/PageCreateModal.tsx +++ b/apps/app/src/components/PageCreateModal.tsx @@ -136,7 +136,7 @@ const PageCreateModal: React.FC = () => { return (
-

{t('create_page_dropdown.todays.desc', { ns: 'commons' })}

+

{t('create_page_dropdown.todays.desc', { ns: 'commons' })}

@@ -181,7 +181,7 @@ const PageCreateModal: React.FC = () => { return (
-

{t('Create under')}

+

{t('Create under')}

@@ -239,7 +239,7 @@ const PageCreateModal: React.FC = () => {
-

+

{t('template.modal_label.Create template under')}
{pathname}

diff --git a/apps/app/src/styles/_layout.scss b/apps/app/src/styles/_layout.scss index 32a804d5644..9e18e5777fe 100644 --- a/apps/app/src/styles/_layout.scss +++ b/apps/app/src/styles/_layout.scss @@ -17,10 +17,6 @@ } } -.grw-modal-head { - border-bottom: 1px solid transparent; -} - .grw-scrollable-modal-body { max-height: calc(100vh - 330px); overflow-y: scroll;