home: tweak contact button typography

This commit is contained in:
desmukh 2023-01-09 00:12:20 +05:00
parent b81611968d
commit f5ff30948d
1 changed files with 4 additions and 1 deletions

View File

@ -116,7 +116,10 @@ const BlogIndex = ({ data, location }) => {
sx={{ textTransform: "none", fontSize: 12, p: 1.5 }}
disableElevation
>
Contact us at hello@autonomic.zone
Contact us at{" "}
<Box component="b" pl={0.5}>
hello@autonomic.zone
</Box>
</Button>
</Box>
</Layout>