Skip to content

Commit

Permalink
Fix feedback link
Browse files Browse the repository at this point in the history
  • Loading branch information
pennlabs-admin authored Mar 15, 2024
1 parent 6c85067 commit 95107b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/constants/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ export const getApiAuthRouteWithRedirectParams = (pathname: string): string =>
export const GOOGLE_MAPS_API_ROUTE = (GOOGLE_MAPS_API_KEY: string) => `https://maps.googleapis.com/maps/api/js?key=${GOOGLE_MAPS_API_KEY}&libraries=places`
export const PENN_DINING_BASE_URL =
'https://university-of-pennsylvania.cafebonappetit.com/cafe'
export const FEEDBACK_LINK = 'https://airtable.com/shrE9ZdgiSY0DfDxV'
export const FEEDBACK_LINK = 'https://airtable.com/appFRa4NQvNMEbWsA/shrchDhKNp5d8SOvZ'
export const PENN_DINING_URL = (slug: string): string =>
`${PENN_DINING_BASE_URL}/${slug}`

0 comments on commit 95107b8

Please sign in to comment.