diff --git a/docusaurus.config.js b/docusaurus.config.js
index c7b9b4b..2f457db 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -5,6 +5,8 @@ import rehypeStringify from 'rehype-stringify';
const { themes } = require('prism-react-renderer');
+const VUKORY_SVG = '';
+
/**
* @typedef {import("@docusaurus/types").Config} Config
*/
@@ -198,7 +200,7 @@ const config = {
]
}
],
- copyright: `Copyright © ${new Date().getFullYear()} SVGO and Contributors
Source Code under MIT · Content and Assets under CC-BY-4.0`
+ copyright: `Copyright © ${new Date().getFullYear()} SVGO and Contributors
Source Code under MIT · Content and Assets under CC-BY-4.0
Designed and Illustrated by Vukory ${VUKORY_SVG}`
},
},
};
diff --git a/src/css/custom.css b/src/css/custom.css
index 638849c..7146456 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -93,3 +93,13 @@ footer {
--ifm-footer-link-hover-color: #cac4ce;
--ifm-footer-title-color: #fff;
}
+
+.designer-attribution {
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.designer-attribution svg {
+ margin-left: 0.25em;
+}