From 8fcc1e7ebd34a179dadff4c6738d84596d4cb76f Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Wed, 27 Aug 2025 06:10:25 -0500 Subject: [PATCH] docs(footer): updated the footer to be more lst --- lstDocs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lstDocs/docusaurus.config.ts b/lstDocs/docusaurus.config.ts index 0af6ba0..e06a501 100644 --- a/lstDocs/docusaurus.config.ts +++ b/lstDocs/docusaurus.config.ts @@ -141,7 +141,7 @@ const config: Config = { // ], // }, // ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Logistics Support Tool docs, Inc. Built with Docusaurus.`, }, prism: { theme: prismThemes.github,