diff --git a/src/assets/empty.svg b/src/assets/empty.svg index 29851955..2b306748 100644 --- a/src/assets/empty.svg +++ b/src/assets/empty.svg @@ -1,44 +1,44 @@ diff --git a/src/discussions/empty-posts/EmptyPage.jsx b/src/discussions/empty-posts/EmptyPage.jsx index 015db5bd..96fc468f 100644 --- a/src/discussions/empty-posts/EmptyPage.jsx +++ b/src/discussions/empty-posts/EmptyPage.jsx @@ -15,7 +15,7 @@ function EmptyPage({ fullWidth = false, }) { const containerClasses = classNames( - 'min-content-height justify-content-center align-items-center d-flex w-100 flex-column pt-5', + 'min-content-height justify-content-center align-items-center d-flex w-100 flex-column', { 'bg-light-400': !fullWidth }, ); @@ -23,7 +23,7 @@ function EmptyPage({
{subTitle}
} {action && actionText && (