From 596ee0536a5d2031e00c464be11b936982899ea1 Mon Sep 17 00:00:00 2001 From: Kevin FEDYNA Date: Tue, 21 Jan 2025 23:53:43 +0100 Subject: [PATCH] formatted code --- routes/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/routes/index.tsx b/routes/index.tsx index f879091..f92dc1b 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -5,7 +5,9 @@ export default async function Home(_request: Request, _context: FreshContext) { return ( <>

PolyMPR

-

The ultimate HR platform

+

+ The ultimate HR platform +

); }