mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 23:53:25 +00:00
change page titles
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"home_title": "home",
|
"home_title": "the online GPX file editor",
|
||||||
"app_title": "the online GPX file editor",
|
"app_title": "app",
|
||||||
"embed_title": "the online GPX file editor",
|
"embed_title": "the online GPX file editor",
|
||||||
"help_title": "help",
|
"help_title": "help",
|
||||||
"404_title": "page not found",
|
"404_title": "page not found",
|
||||||
|
@@ -49,7 +49,7 @@
|
|||||||
<div class="-mt-12 sm:mt-0">
|
<div class="-mt-12 sm:mt-0">
|
||||||
<div class="px-12 w-full flex flex-col items-center">
|
<div class="px-12 w-full flex flex-col items-center">
|
||||||
<div class="flex flex-col gap-6 items-center max-w-3xl">
|
<div class="flex flex-col gap-6 items-center max-w-3xl">
|
||||||
<div class="text-4xl sm:text-6xl font-black text-center">{$_('metadata.app_title')}</div>
|
<div class="text-4xl sm:text-6xl font-black text-center">{$_('metadata.home_title')}</div>
|
||||||
<div class="text-lg sm:text-xl text-muted-foreground text-center">
|
<div class="text-lg sm:text-xl text-muted-foreground text-center">
|
||||||
{$_('metadata.description')}
|
{$_('metadata.description')}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user