diff options
Diffstat (limited to 'services/nuldoc/nuldoc-src/components/GlobalFooter.tsx')
| -rw-r--r-- | services/nuldoc/nuldoc-src/components/GlobalFooter.tsx | 2 |
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"> - {`© ${config.site.copyrightYear} ${config.blog.author}`} + {`© ${config.site.copyrightYear} ${config.site.author}`} </footer> ); } |
