Skip to content

Commit

Permalink
Merge pull request #93 from Gum-Joe/Fix-#91
Browse files Browse the repository at this point in the history
Disable feedback button until a new form is made
  • Loading branch information
ILikeTeaALot authored Jun 24, 2024
2 parents 8cbf44b + cfe5760 commit a697bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import packageJSON from "../../package.json";
const Footer: React.FC = () => {
return (
<div className="footer">
<a id="feedback-buttom" target="__blank" href="https://forms.gle/KaS2VUAmZqfS1Nf26"><Button>Send Feedback →</Button></a>
{/* <a id="feedback-buttom" target="__blank" href="https://forms.gle/KaS2VUAmZqfS1Nf26"><Button>Send Feedback →</Button></a> */}

<p>
Created and maintained by Kishan Sambhi &amp; Madeline Hart. <br />
Expand Down

0 comments on commit a697bd4

Please sign in to comment.