Skip to content

Commit 21475fe

Browse files
committed
Fixed contact us button on faq
1 parent b2c1a88 commit 21475fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Faq/Faq.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export function Faq() {
160160
ask!</Typography>
161161
</CardContent>
162162
<CardActions>
163-
<Button size="small" color={"inherit"}>Contact us</Button>
163+
<Button size="small" color={"inherit"} href={"mailto:[email protected]"}>Contact us</Button>
164164
</CardActions>
165165
</Card>
166166
</Stack>

0 commit comments

Comments
 (0)