mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 23:53:25 +00:00
fix paths
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
<div
|
<div
|
||||||
class="w-fit flex flex-row items-center justify-center p-1 bg-background rounded-b-md md:rounded-md pointer-events-auto shadow-md"
|
class="w-fit flex flex-row items-center justify-center p-1 bg-background rounded-b-md md:rounded-md pointer-events-auto shadow-md"
|
||||||
>
|
>
|
||||||
<a href="../" target="_blank">
|
<a href="./" target="_blank">
|
||||||
<Logo class="h-5 mt-0.5 mx-2 md:hidden" iconOnly={true} />
|
<Logo class="h-5 mt-0.5 mx-2 md:hidden" iconOnly={true} />
|
||||||
<Logo class="h-5 mt-0.5 mx-2 hidden md:block" />
|
<Logo class="h-5 mt-0.5 mx-2 hidden md:block" />
|
||||||
</a>
|
</a>
|
||||||
@@ -416,7 +416,7 @@
|
|||||||
<div class="h-fit flex flex-row items-center ml-1 gap-1">
|
<div class="h-fit flex flex-row items-center ml-1 gap-1">
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
href="../help"
|
href="./help"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="cursor-default h-fit rounded-sm px-3 py-0.5"
|
class="cursor-default h-fit rounded-sm px-3 py-0.5"
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user