Skip to content

Commit

Permalink
✨1.0.3 - Suggestion button
Browse files Browse the repository at this point in the history
- Redirect to form for suggesting changes
  • Loading branch information
neozhixuan committed Dec 31, 2023
1 parent 8779ad7 commit c792f4b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions client/components/map/FacilityCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,27 @@ export const FacilityCard = ({
)}
</Text>
<Divider />
<Text fontSize={"sm"} as={"b"} textAlign={"center"}>
Information is inaccurate?
<br />
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}`}
>
<Button
bg={COLORS.Button.primary}
textColor={"white"}
mt={"auto"}
size={"md"}
width={"100%"}
gap={3}
padding={3}
>
Redirect to Google Form
</Button>
</Link>
<Divider />
<Text fontSize={"sm"} as={"b"} textAlign={"center"}>
Still got things to recycle?
<br />
Expand Down

0 comments on commit c792f4b

Please sign in to comment.