diff --git a/apps/website/screens/components/footer/code/FooterCodePage.tsx b/apps/website/screens/components/footer/code/FooterCodePage.tsx
index 124e5ab5c..943aee208 100644
--- a/apps/website/screens/components/footer/code/FooterCodePage.tsx
+++ b/apps/website/screens/components/footer/code/FooterCodePage.tsx
@@ -20,11 +20,13 @@ const socialLinkTypeString = `{
logo: string | SVG;
}[]`;
-const defaultFooterLogo = `{
+const defaultFooterLogoString = `{
src: DxcLogo,
alt: "DXC Technology Logo"
}`;
+const defaultCopyrightString = `"© DXC Technology \${year}. All rights reserved."`;
+
const sections = [
{
title: "Props",
@@ -64,7 +66,9 @@ const sections = [