diff --git a/docs/changelog.md b/docs/changelog.md
index 892fc7c..01e5cae 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,5 +1,5 @@
---
-sidebar_position: 99
+sidebar_position: 98
title: Changelog
---
diff --git a/docs/contact.mdx b/docs/contact.mdx
new file mode 100644
index 0000000..95eaf79
--- /dev/null
+++ b/docs/contact.mdx
@@ -0,0 +1,10 @@
+---
+sidebar_position: 99
+title: Contact Us
+---
+
+Want to provide feedback about our dataset? Have a question about our project? Need help using our data? Let us know!
+
+import TallyEmbed from '@site/src/components/TallyEmbed';
+
+
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 1cb8d08..3918628 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -66,7 +66,7 @@ export default {
alt: 'My Site Logo',
src: 'https://fairdataihub.org/images/hero/aireadi-logo.png',
},
- hideOnScroll: true,
+ hideOnScroll: false,
items: [
{
type: 'docsVersionDropdown',
@@ -78,7 +78,7 @@ export default {
position: 'right',
},
{
- href: 'https://aireadi.org/contact',
+ href: '/docs/1/contact',
label: 'Contact Us',
position: 'right',
},
@@ -162,6 +162,7 @@ export default {
content: 'summary_large_image',
},
],
+ scripts: [],
headTags: [
{
tagName: 'link',
diff --git a/src/components/PageFeedback.jsx b/src/components/PageFeedback.jsx
index d7e9876..323ea38 100644
--- a/src/components/PageFeedback.jsx
+++ b/src/components/PageFeedback.jsx
@@ -1,6 +1,7 @@
/* eslint-disable react/button-has-type */
import React from 'react';
import Lottie from 'react-lottie';
+import { Icon } from '@iconify/react';
import LikeAnimationData from './lotties/like.json';
import DislikeAnimationData from './lotties/dislike.json';
@@ -217,6 +218,15 @@ function PageFeedback() {
/>
)}
+
+
+
+
{showTextFeedback && (