We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c85067 commit 95107b8Copy full SHA for 95107b8
src/frontend/constants/routes.ts
@@ -30,6 +30,6 @@ export const getApiAuthRouteWithRedirectParams = (pathname: string): string =>
30
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`
31
export const PENN_DINING_BASE_URL =
32
'https://university-of-pennsylvania.cafebonappetit.com/cafe'
33
-export const FEEDBACK_LINK = 'https://airtable.com/shrE9ZdgiSY0DfDxV'
+export const FEEDBACK_LINK = 'https://airtable.com/appFRa4NQvNMEbWsA/shrchDhKNp5d8SOvZ'
34
export const PENN_DINING_URL = (slug: string): string =>
35
`${PENN_DINING_BASE_URL}/${slug}`
0 commit comments