Skip to content

Commit

Permalink
Merge pull request #16 from smswithoutborders/dev
Browse files Browse the repository at this point in the history
adjusted button
  • Loading branch information
mildrette authored Jun 25, 2024
2 parents 3037775 + 37d1496 commit 3b5a49f
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions src/Pages/Landing.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,8 @@ export default function Landing() {
</Box>

{/* */}
<Box
sx={{ "& button": { mr: 2 }, display: "flex", justifyContent: "center", mt: 4 }}
>
<Box sx={{ "& button": { mr: 2 } }}>
{/* */}
<Button
color="primary"
size={isMobile ? "medium" : "large"}
Expand All @@ -229,11 +228,9 @@ export default function Landing() {
startIcon={<FaGooglePlay size={isMobile ? "1.5rem" : "2rem"} />}
sx={{ minWidth: "150px", mb: isMobile ? 2 : 0 }}
>
<Typography variant={isMobile ? "body2" : "body1"} sx={{ pr: 1 }}>
{t("Landing.Android")}
</Typography>
{t("Landing.Android")}
</Button>

{/* */}
<Button
color="primary"
size={isMobile ? "medium" : "large"}
Expand All @@ -242,11 +239,10 @@ export default function Landing() {
onClick={handleDownload}
sx={{ minWidth: "150px", mb: isMobile ? 2 : 0 }}
>
<Typography variant={isMobile ? "body2" : "body1"} sx={{ pr: 1 }}>
{t("Landing.Desktop")}
</Typography>
{t("Landing.Desktop")}
</Button>
</Box>
{/* */}
</Box>
</Grid>

Expand Down

0 comments on commit 3b5a49f

Please sign in to comment.