From 7b78828d19789a98686a40293237fbbcce0dc429 Mon Sep 17 00:00:00 2001 From: Jordan Bravo Date: Sat, 29 Jul 2023 16:47:49 -0400 Subject: [PATCH] Fix syntax error --- app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index e9d1d84..df70344 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -7,11 +7,11 @@ export default function Home({}) {

This is the home page, bruh


-

The "Events" component goes here.

+

The Events component goes here.

Click here to see all events... -

The "Posts" component goes here.

+

The Posts component goes here.

Click here to see all posts...