From 8c1cf540c998d554b10282292edeb28b74349297 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 15 Jul 2023 20:22:10 -0400 Subject: Getting ready to properly add travel advisory; Added additional cities --- components/PostPreview.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/PostPreview.js') diff --git a/components/PostPreview.js b/components/PostPreview.js index 6eca000..083bf2b 100644 --- a/components/PostPreview.js +++ b/components/PostPreview.js @@ -1,8 +1,9 @@ import Link from "next/link"; +//import DateFormatter from '@/components/DateFormatter' export default function PostPreview(props) { return ( -
+

{props.title}

-- cgit v1.2.3