From 9a6cde551ce6fb7f957b7d65dd52af92722d45fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=BAlio=20Chiodi?= <35771194+TulioChiodi@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:22:55 -0300 Subject: [PATCH] Update settings.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix typo in title: "Welcome to a the new world" 🌎 → "Welcome to the new world 🌎" --- packages/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/settings.ts b/packages/settings.ts index 90c2669..ea000e8 100644 --- a/packages/settings.ts +++ b/packages/settings.ts @@ -1,6 +1,6 @@ export const site = { homepage: "https://fullstack-template-bng.pages.dev/", - title: "Welcome to a the new world 🌎", + title: "Welcome to the new world 🌎", description: "This is your PodCodar react-router Framework bootstrap, to facilitate your project criation", };