diff --git a/notes-aid/src/app/feedback/page.tsx b/notes-aid/src/app/feedback/page.tsx new file mode 100644 index 0000000..40aa5c8 --- /dev/null +++ b/notes-aid/src/app/feedback/page.tsx @@ -0,0 +1,38 @@ +// src/app/feedback/page.tsx + +import React from 'react'; + +const FeedbackPage = () => { + return ( +
+

Submit Feedback / Notes / Feature Request

+ +
+ +
+ +

+ Having trouble loading the form?{' '} + + Open it in a new tab + +

+
+ ); +}; + +export default FeedbackPage; diff --git a/notes-aid/src/components/Footer.tsx b/notes-aid/src/components/Footer.tsx index 60e61ea..280425c 100644 --- a/notes-aid/src/components/Footer.tsx +++ b/notes-aid/src/components/Footer.tsx @@ -17,6 +17,8 @@ const Footer = () => { + + { Aarush + + Submit Feedback + +