From 3a9f14560f9d767ce74a06d9492a75377f8bf65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Sz=C5=91gy=C3=A9nyi?= Date: Wed, 28 Jun 2023 18:45:46 +0300 Subject: [PATCH] docs(copyright year): update to 2023 --- docs/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index b642668..2b1bcb0 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -98,7 +98,7 @@ export default defineConfig({ footer: { message: 'Released under the MIT License.', - copyright: 'Copyright © 2022 Flowbite™' + copyright: 'Copyright © 2023 Flowbite™' }, },