Skip to content

Commit

Permalink
Fix airtable feedback link (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue88 authored Jan 11, 2024
1 parent c1dc482 commit e495e3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion frontend/components/Guide/InstructorGuideContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,10 @@ export const Analytics = ({ ref }) => (
<p>
We are interested in learning what you might want to see on
OHQ&apos;s analytics page. Please fill out{" "}
<a href="https://airtable.com/shrzhy6mxzLmjF1JD" rel="noopener">
<a
href="https://airtable.com/appFRa4NQvNMEbWsA/shrd8C3g0hUSdljKl"
rel="noopener"
>
this brief survey
</a>{" "}
to let us know!
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/common/AboutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const AboutModal = (props: AboutModalProps) => {
<a
target="_blank"
rel="noopener noreferrer"
href="https://airtable.com/shrIZxIjyAE3gOUSg"
href="https://airtable.com/appFRa4NQvNMEbWsA/shrd8C3g0hUSdljKl"
>
form
</a>
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/common/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function Footer() {
</span>{" "}
| <Link href="/changelog">Changelog</Link> |{" "}
<a
href="https://airtable.com/appTHcLDue56TbPL4/shrIZxIjyAE3gOUSg"
href="https://airtable.com/appFRa4NQvNMEbWsA/shrd8C3g0hUSdljKl"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit e495e3d

Please sign in to comment.