diff options
Diffstat (limited to 'services/nuldoc/nuldoc-src/components/GlobalFooter.tsx')
| -rw-r--r-- | services/nuldoc/nuldoc-src/components/GlobalFooter.tsx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx b/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx deleted file mode 100644 index 9374aa7..0000000 --- a/services/nuldoc/nuldoc-src/components/GlobalFooter.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import { Config } from "../config.ts"; - -export default function GlobalFooter({ config }: { config: Config }) { - return ( - <footer className="footer"> - {`© ${config.site.copyrightYear} ${config.site.author}`} - </footer> - ); -} |
