mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-12-02 10:02:12 +00:00
fix spacing
This commit is contained in:
@@ -14,15 +14,27 @@
|
|||||||
<Logo class="h-8 sm:hidden" iconOnly={true} width="26" />
|
<Logo class="h-8 sm:hidden" iconOnly={true} width="26" />
|
||||||
<Logo class="h-8 hidden sm:block" width="153" />
|
<Logo class="h-8 hidden sm:block" width="153" />
|
||||||
</a>
|
</a>
|
||||||
<Button variant="link" class="text-base px-0" href={getURLForLanguage(i18n.lang, '/')}>
|
<Button
|
||||||
|
variant="link"
|
||||||
|
class="text-base px-0 has-[>svg]:px-0"
|
||||||
|
href={getURLForLanguage(i18n.lang, '/')}
|
||||||
|
>
|
||||||
<House size="18" />
|
<House size="18" />
|
||||||
{i18n._('homepage.home')}
|
{i18n._('homepage.home')}
|
||||||
</Button>
|
</Button>
|
||||||
<Button variant="link" class="text-base px-0" href={getURLForLanguage(i18n.lang, '/app')}>
|
<Button
|
||||||
|
variant="link"
|
||||||
|
class="text-base px-0 has-[>svg]:px-0"
|
||||||
|
href={getURLForLanguage(i18n.lang, '/app')}
|
||||||
|
>
|
||||||
<Map size="18" />
|
<Map size="18" />
|
||||||
{i18n._('homepage.app')}
|
{i18n._('homepage.app')}
|
||||||
</Button>
|
</Button>
|
||||||
<Button variant="link" class="text-base px-0" href={getURLForLanguage(i18n.lang, '/help')}>
|
<Button
|
||||||
|
variant="link"
|
||||||
|
class="text-base px-0 has-[>svg]:px-0"
|
||||||
|
href={getURLForLanguage(i18n.lang, '/help')}
|
||||||
|
>
|
||||||
<BookOpenText size="18" />
|
<BookOpenText size="18" />
|
||||||
{i18n._('menu.help')}
|
{i18n._('menu.help')}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user