From e1a094ff4be30f79abf7f4cdce883c05dc5b5794 Mon Sep 17 00:00:00 2001 From: Don Strawsburg Date: Mon, 16 Dec 2024 00:27:20 -0500 Subject: [PATCH] fixed a typo --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 38f6acb..0973630 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -12,7 +12,7 @@ export const metadata = { const roboto = Roboto({ weight: '400', - subsets: ['latin'],git s + subsets: ['latin'], display: 'swap', })