We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924b1de commit 3491719Copy full SHA for 3491719
2 files changed
src/pages/software/advanced-passgen/index.jsx
@@ -182,7 +182,7 @@ const AdvancedPassGenPage = () => {
182
style={{ width: '100%' }}
183
href="https://codedead.com/Software/Advanced%20PassGen/advanced-passgen_2.0.0_x64.dmg"
184
>
185
- AppImage
+ dmg
186
</Button>
187
</Grid>
188
<Grid item xs={12} md={12} lg={12}>
src/templates/BlogTemplate/index.jsx
@@ -39,7 +39,7 @@ const BlogTemplate = ({ data }) => {
39
backButton
40
title={frontmatter.title}
41
/>
42
- <Container maxWidth="md">
+ <Container maxWidth="lg">
43
<Card style={{ marginTop: 20 }}>
44
<CardContent>
45
<Typography gutterBottom>
0 commit comments