diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index 3836fabbe..6c458ba13 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -103,7 +103,7 @@ const DesktopContent = ({ }) => { const aboutTabContent = ; const followersTabContent = ( -
+
setShowFollowModal(true)} />
); diff --git a/web/components/ui/Footer/Footer.module.scss b/web/components/ui/Footer/Footer.module.scss index 0eb0891d5..68f9633b7 100644 --- a/web/components/ui/Footer/Footer.module.scss +++ b/web/components/ui/Footer/Footer.module.scss @@ -9,6 +9,7 @@ flex-direction: row; background-color: var(--theme-color-background-header); width: 100%; + min-height: 30px; color: var(--theme-color-components-text-on-dark); font-family: var(--theme-text-body-font-family);