Skip to content

Commit a2151fc

Browse files
committed
fix: spacing, locale, package info
1 parent a066aa9 commit a2151fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sites/campground.gg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-ts",
2+
"name": "campground-gg",
33
"private": true,
44
"version": "0.0.0",
55
"type": "module",

sites/campground.gg/src/routes/Soon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default class Soon extends React.Component<Props> {
2828
</Typography>
2929
<Link underline="none" href="/" sx={{ mt: 2 }}>
3030
<PrimaryButton startDecorator={<IconDoorExit />}>
31-
<FormattedMessage id="underConstruction.goBackToHome" />
31+
<FormattedMessage id="placeholder.goBackToHome" />
3232
</PrimaryButton>
3333
</Link>
3434
</Stack>

sites/campground.gg/src/routes/landing/LandingIndex.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default class LandingIndex extends React.Component<Props> {
2727
{/* Top motto of the Index */}
2828
<Grid container sx={{ display: "grid", gridTemplateColumns: "5fr 4fr", gap: 5, height: `calc(100vh - 72px)`, pt: 24 }} spacing="xl" className="LandingPage top landing-side-padding">
2929
<Grid gridColumn={1}>
30-
<Stack direction="column" className="LandingPage top-motto motto" gap={1}>
30+
<Stack direction="column" className="LandingPage top-motto motto" gap={3}>
3131
<Grid container columns={{ xs: 1 }} gap={1} className="LandingPage motto-text">
3232
<Grid>
3333
<Typography className="LandingPage motto-header" level="h1" fontSize={64} fontWeight={700}>

0 commit comments

Comments
 (0)