Skip to content

Commit

Permalink
fix: Feedback form label changes
Browse files Browse the repository at this point in the history
  • Loading branch information
StubberG3 committed Feb 21, 2024
1 parent 02da1ec commit 2d642a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/Feedback/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Feedback() {
<h2 className="desc">Feedback</h2>
<p className="mx-auto mt-5 hidden
max-w-[100%] text-center font-satoshi text-log text-gray-400 sm:text-x; md:block">
Leave Feedback for the Balancer Team.
Leave feedback for the Balancer Team.
</p>
<FeedbackForm />
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/Feedback/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const FeedbackForm = () => {
className="block text-sm font-medium leading-6 text-gray-900"
htmlFor="psychotic-no"
>
Bug
Issue
</label>
<input
id="general-improvements"
Expand All @@ -213,7 +213,7 @@ const FeedbackForm = () => {
className="block text-sm font-medium leading-6 text-gray-900"
htmlFor="psychotic-no"
>
General Improvements
General Feedback
</label>
</div>
</dd>
Expand Down

0 comments on commit 2d642a4

Please sign in to comment.