aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'services/nuldoc/nuldoc-src/components/GlobalFooter.tsx')
-rw-r--r--services/nuldoc/nuldoc-src/components/GlobalFooter.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx b/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx
index 6a8d8f6..9374aa7 100644
--- a/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx
+++ b/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx
@@ -3,7 +3,7 @@ import { Config } from "../config.ts";
export default function GlobalFooter({ config }: { config: Config }) {
return (
<footer className="footer">
- {`&copy; ${config.site.copyrightYear} ${config.blog.author}`}
+ {`&copy; ${config.site.copyrightYear} ${config.site.author}`}
</footer>
);
}