Skip to content

Commit 8521c90

Browse files
committed
mash tagline tweak
1 parent cff04b4 commit 8521c90

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

src/mash.pkgx.sh/Hero.tsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ export default function Hero() {
1010
<Card>
1111
<CardContent>
1212
<Typography component='h1'>
13-
<Orange><b>mash</b> up</Orange> millions of open source packages into monstrously powerful scripts.
13+
<Orange><b>mash</b>—the package manager for scripts.</Orange>
14+
</Typography>
15+
<Typography mt={1}>
16+
Mash up millions of open source packages into monstrously powerful scripts.
17+
</Typography>
18+
<Typography mt={1}>
19+
<i>Bash is ancient</i>. Write scripts in any language you want and trivially distribute them to the whole world.
1420
</Typography>
1521
<Typography variant='body2' mt={1}>
1622
We’re a community of thousands of passionate computer users who want to make the most of the fruits of open source software.

src/pkgx.dev/HomeFeed.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function HomeFeed() {
2929
<img src={pkgxsh} height='33px' />
3030
<img src={pkgxsh_txt} height='34px' />
3131
<Typography variant='subtitle1' style={{marginTop: 5}}>
32-
Blazingly fast, standalone pkg runner
32+
Blazingly Fast Package Runner
3333
</Typography>
3434
</Stack>
3535
</Paper>
@@ -42,7 +42,7 @@ export default function HomeFeed() {
4242
<img src={mash} height='33px' />
4343
<img src={mash_txt} height='17px' style={{marginTop: 23}} />
4444
<Typography variant='subtitle1' style={{marginTop: 12}}>
45-
Monstrously powerful scripting
45+
The Package Manager for Scripts
4646
</Typography>
4747
</Stack>
4848
</Paper>

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function title() {
3535
case 'pkgx.dev':
3636
return 'pkgx, inc.'
3737
case 'mash.pkgx.sh':
38-
return 'mash — Monstrously Powerful Scripts'
38+
return 'mash — The Package Manager for Scripts'
3939
case 'pkgx.app':
4040
return 'The App Store for Open Source'
4141
}

0 commit comments

Comments
 (0)