From f45001c8b3c05cb41293d2472e939109d644f575 Mon Sep 17 00:00:00 2001 From: Vignesh Hari Date: Wed, 21 Feb 2024 17:18:18 +0530 Subject: [PATCH] Fix bug --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index f6cfece..5e53035 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -82,7 +82,7 @@ const config: Config = { width: 60, height: 50, }, - copyright: `Made with Docusaurus and <3`, + copyright: `Made with Docusaurus and ♡`, }, prism: { theme: prismThemes.github,