Skip to content

Commit

Permalink
🔨 1.0.3 - Error in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhixuan committed Dec 31, 2023
1 parent c792f4b commit 868b2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/map/FacilityCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const FacilityCard = ({
Suggest changes here:
</Text>
<Link
href={`https://docs.google.com/forms/u/3/d/e/1FAIpQLSd2OPofegqs4yFGuDK-07Dh7vaRqhJ_edyBXO7Eg8wS1uqZmg/viewform?entry.424008888=${facCardDetails.channelName}?entry.1060967876=${facCardDetails.address}`}
href={`https://docs.google.com/forms/u/3/d/e/1FAIpQLSd2OPofegqs4yFGuDK-07Dh7vaRqhJ_edyBXO7Eg8wS1uqZmg/viewform?entry.424008888=${facCardDetails.channelName}&entry.1060967876=${facCardDetails.address}`}
>
<Button
bg={COLORS.Button.primary}
Expand Down

0 comments on commit 868b2ac

Please sign in to comment.