Skip to content

Commit

Permalink
Fixed contact us button on faq
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Feb 15, 2024
1 parent b2c1a88 commit 21475fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Faq/Faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export function Faq() {
ask!</Typography>
</CardContent>
<CardActions>
<Button size="small" color={"inherit"}>Contact us</Button>
<Button size="small" color={"inherit"} href={"mailto:[email protected]"}>Contact us</Button>
</CardActions>
</Card>
</Stack>
Expand Down

0 comments on commit 21475fe

Please sign in to comment.