From 9c3387c87adadac4f13d449c99b39c75ab370b07 Mon Sep 17 00:00:00 2001 From: Antonello Zanini Date: Fri, 18 Nov 2022 15:24:52 +0100 Subject: [PATCH] Comments updated --- pages/_app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_app.js b/pages/_app.js index a64cff3..915ac60 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -1,7 +1,7 @@ import '../styles/globals.css' import { Work_Sans } from '@next/font/google' -// importing the Inter font with +// importing the Work Sans font with // the Next.js 13 Font Optimization Feature const workSans = Work_Sans({ weight: ['400', '700'],