diff --git a/src/components/Views/Home.tsx b/src/components/Views/Home.tsx index 3c326c40..90bbfbe3 100644 --- a/src/components/Views/Home.tsx +++ b/src/components/Views/Home.tsx @@ -129,21 +129,23 @@ export const HomeView = (props: Props) => { nodate={true} /> - - - {(a: Shout) => ( - - )} - - + + + + {(a: Shout) => ( + + )} + + + @@ -159,21 +161,23 @@ export const HomeView = (props: Props) => { {randomLayout()} - - - {(a: Shout) => ( - - )} - - + + + + {(a: Shout) => ( + + )} + + +