From db2b5e5a72a7bd519a3476a77470e42f3bed5d30 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 18 Jul 2023 14:17:24 -0400 Subject: Fonts and image changes --- components/updates/PostPreview.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'components/updates/PostPreview.js') diff --git a/components/updates/PostPreview.js b/components/updates/PostPreview.js index ca261c0..55c2510 100644 --- a/components/updates/PostPreview.js +++ b/components/updates/PostPreview.js @@ -2,14 +2,14 @@ import Link from "next/link"; import DateFormatter from '@/components/updates/DateFormatter' export default function PostPreview(props) { - return ( -
- -

{props.title}

- - By {props.author} -

{props.description}

-

Posted on {DateFormatter(props.date)}

-
- ) + return ( +
+ +

{props.title}

+ + {props.author} +

{props.description}

+

Posted on {DateFormatter(props.date)}

+
+ ) } -- cgit v1.2.3