From 071d700bf07639c7815dbf2eccab1556d6b19079 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Thu, 10 Nov 2022 01:14:14 +0300 Subject: [PATCH] Removed redundant block on the topic page --- src/components/Views/Topic.tsx | 24 +----------------------- src/styles/app.scss | 2 +- 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/src/components/Views/Topic.tsx b/src/components/Views/Topic.tsx index a50bf23a..934e4ec9 100644 --- a/src/components/Views/Topic.tsx +++ b/src/components/Views/Topic.tsx @@ -122,9 +122,7 @@ export const TopicView = (props: TopicProps) => { wrapper={'author'} /> - - - + { wrapper={'top-article'} /> - -
-
-
-

{title()}

- - {(article) => ( -
- -
- )} -
-
-
-
-
- 5}> diff --git a/src/styles/app.scss b/src/styles/app.scss index cb43480c..2e23e357 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -456,7 +456,7 @@ figcaption { font-weight: bold; list-style: none; margin: 2.4rem 0 0; - //padding: 0; + padding: 0; .all-topics-page & { @include media-breakpoint-down(sm) {