first commit
This commit is contained in:
5
app/components/CustomFooter.tsx
Normal file
5
app/components/CustomFooter.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Footer } from "nextra-theme-docs";
|
||||
|
||||
export const CustomFooter = () => (
|
||||
<Footer>MIT © {new Date().getFullYear()} Nextra Template Docs.</Footer>
|
||||
);
|
||||
Reference in New Issue
Block a user