diff --git a/src/components/Home/Home.tsx b/src/components/Home/Home.tsx index dc50d13d..a6c1c94d 100644 --- a/src/components/Home/Home.tsx +++ b/src/components/Home/Home.tsx @@ -23,30 +23,43 @@ const Home: FC = ({latestPosts, latestVideos, featuredProjects}) => {
-
+
-
+
-
+
-
+
-
+
diff --git a/src/components/Sponsors/Sponsors.tsx b/src/components/Sponsors/Sponsors.tsx index e41e1bf2..58d2b8d9 100644 --- a/src/components/Sponsors/Sponsors.tsx +++ b/src/components/Sponsors/Sponsors.tsx @@ -31,7 +31,7 @@ const Sponsors: FC = ({sponsors}) => { {Object.entries(sponsors).map(([frequency, sponsors]) => ( -
+
{sponsors.length ? (
{sponsors.map(sponsor => ( diff --git a/src/pages/blog/[slug].tsx b/src/pages/blog/[slug].tsx index c20c4092..7afa1be1 100644 --- a/src/pages/blog/[slug].tsx +++ b/src/pages/blog/[slug].tsx @@ -23,11 +23,11 @@ const PostPage: FC = ({post, relatedPosts}) => {
-
+ -
+