From 5e460dec20f158ab0de17fa2572474f593cf5b1d Mon Sep 17 00:00:00 2001 From: MariamSawera Date: Wed, 23 Jul 2025 18:10:40 -0800 Subject: [PATCH] added feedback form --- notes-aid/src/app/feedback/page.tsx | 38 +++++++++++++++++++++++++++++ notes-aid/src/components/Footer.tsx | 9 +++++++ 2 files changed, 47 insertions(+) create mode 100644 notes-aid/src/app/feedback/page.tsx 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 + +