Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
ssandino authored and actions-user committed Dec 6, 2024
1 parent b14ff65 commit 448dd78
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
42 changes: 21 additions & 21 deletions shared/locales/en/website-techstack.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"metadata": {
"title": "Social Income",
"description": "Our Techstack",
"og-image": "/assets/metadata/og/default.jpg",
"twitter-image": "/assets/metadata/twitter/default.jpg"
},
"hero": {
"title-1": [
{
"text": "Hello ",
"color": "accent"
},
{
"text": "Hallo."
}
],
"subtitle": "Guten Tag"
},
"cards": {
"title-1": "Vercel"
}
"metadata": {
"title": "Social Income",
"description": "Our Techstack",
"og-image": "/assets/metadata/og/default.jpg",
"twitter-image": "/assets/metadata/twitter/default.jpg"
},
"hero": {
"title-1": [
{
"text": "Hello ",
"color": "accent"
},
{
"text": "Hallo."
}
],
"subtitle": "Guten Tag"
},
"cards": {
"title-1": "Vercel"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export async function Hero({ lang }: DefaultParams) {
{translator.t('hero.subtitle')}
</Typography>
</div>
)
}
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export async function TechList({ lang }: DefaultParams) {

return (
<div>
<Typography color="accent" className="text-center">
{translator.t('cards.title-1')}
</Typography>
<Typography color="accent" className="text-center">
{translator.t('cards.title-1')}
</Typography>
</div>
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export default async function Page({ params: { lang, region } }: DefaultPageProp
<TechList lang={lang} region={region} />
</div>
);
}
}

0 comments on commit 448dd78

Please sign in to comment.