diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index b469da4..ea01fad 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -4,11 +4,11 @@ import { Card, CardHeader, CardTitle, CardDescription, CardContent } from "@/com import { Input } from "@/components/ui/input"; import { Button } from "@/components/ui/button"; import { Skeleton } from "@/components/ui/skeleton"; -import { - Search, - ExternalLink, - Calendar, - RefreshCw, +import { + Search, + ExternalLink, + Calendar, + RefreshCw, Share2, Twitter, Facebook, @@ -133,7 +133,7 @@ export default function Home() { return (
- setSearchQuery(e.target.value)} />
- - e.stopPropagation()} - > - - -
- - - - {format(new Date(newsletter.date), 'MMMM d, yyyy')} - - - {(newsletter.thumbnail || newsletter.description) && ( - - {newsletter.thumbnail && ( - {newsletter.title} - )} - {newsletter.description && ( -

- {newsletter.description} -

- )} -
- )} - + + + + + {newsletter.title} +
+ + +
+
+ + + {format(new Date(newsletter.date), 'MMMM d, yyyy')} + +
+ {(newsletter.thumbnail || newsletter.description) && ( + + {newsletter.thumbnail && ( + {newsletter.title} + )} + {newsletter.description && ( +

+ {newsletter.description} +

+ )} +
+ )} +
+
)) ) : (