Skip to content

Commit

Permalink
Merge pull request #97 from StubberG3/listOfMed
Browse files Browse the repository at this point in the history
[Frontend] Feedback form label changes #91
  • Loading branch information
taichan03 authored Mar 12, 2024
2 parents 6d26826 + 39b97f3 commit d7ff4cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions frontend/src/pages/Feedback/FeedbackForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const FeedbackForm = () => {
className="block text-sm font-medium leading-6 text-gray-900"
htmlFor="psychotic-yes"
>
Feature Request
Feature request
</label>
<input
id="bug"
Expand All @@ -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 d7ff4cf

Please sign in to comment.