diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 875be0155e4f..6f2a0b48ea5b 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -202,16 +202,6 @@ const config = { swaggerURL: '/api-static/edge-api.yaml', }, - headTags: [ - { - tagName: 'img', - attributes: { - src: 'https://static.scarf.sh/a.png?x-pxid=3bd13eaa-d37d-454b-b503-322643e72574', - referrerpolicy: 'no-referrer-when-downgrade', - }, - }, - ], - presets: [ [ 'classic', diff --git a/docs/src/theme/Footer/Copyright/index.js b/docs/src/theme/Footer/Copyright/index.js new file mode 100644 index 000000000000..29d5da47b1ca --- /dev/null +++ b/docs/src/theme/Footer/Copyright/index.js @@ -0,0 +1,17 @@ +import React from 'react'; +export default function FooterCopyright({ copyright }) { + return ( +
+
+ +
+ ); +}