fix paths
This commit is contained in:
parent
d774f3a53c
commit
de09ab0a24
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue