Skip to content

Commit

Permalink
Move Feedback Form to Asana (#546)
Browse files Browse the repository at this point in the history
* Change Feedback Form to Asana
* Remove Missing professor form
  - this would be an API issue, not something that we should hard-code anyways
  • Loading branch information
Awesome-E authored Jan 13, 2025
1 parent aecd5d1 commit 90898f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion site/src/component/AppHeader/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const AppHeader: FC = () => {
</a>
<a
className="ui button"
href="https://forms.gle/JjwBmELq26daroTh9"
href="https://form.asana.com/?k=4h9ZTRkVUT9ZwfJrmvxDDw&d=1208267282546207"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
6 changes: 5 additions & 1 deletion site/src/component/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ const Footer: FC = () => {
<a href="https://docs.icssc.club/docs/developer/anteaterapi" target="_blank" rel="noreferrer">
API
</a>
<a href="https://forms.gle/JjwBmELq26daroTh9" target="_blank" rel="noreferrer">
<a
href="https://form.asana.com/?k=4h9ZTRkVUT9ZwfJrmvxDDw&d=1208267282546207"
target="_blank"
rel="noreferrer"
>
Feedback
</a>
</div>
Expand Down
5 changes: 0 additions & 5 deletions site/src/component/ReviewForm/ReviewForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,6 @@ const ReviewForm: FC<ReviewFormProps> = ({
);
})}
</Form.Control>
<Form.Text muted>
<a href="https://forms.gle/qAhCng7Ygua7SZ358" target="_blank" rel="noopener noreferrer">
Can't find your professor?
</a>
</Form.Text>
<Form.Control.Feedback type="invalid">Missing instructor</Form.Control.Feedback>
</Form.Group>
);
Expand Down

0 comments on commit 90898f8

Please sign in to comment.