diff options
Diffstat (limited to 'docs/src/theme/Footer/index.js')
| -rw-r--r-- | docs/src/theme/Footer/index.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/src/theme/Footer/index.js b/docs/src/theme/Footer/index.js deleted file mode 100644 index afa2d4b3..00000000 --- a/docs/src/theme/Footer/index.js +++ /dev/null @@ -1,11 +0,0 @@ -import React from 'react'; -import Footer from '@theme-original/Footer'; - -export default function FooterWrapper(props) { - return ( - <> - <Footer {...props} /> - <script defer data-domain="atuin.sh" src="https://plausible.io/js/script.js"></script> - </> - ); -} |
