Skip to content

Commit

Permalink
add {base} to paths
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jun 18, 2024
1 parent 414ea83 commit 57f7fe8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/integrity-wallet/src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<script>
import { assets, base, resolveRoute } from '$app/paths';
</script>

<main class="flex flex-col px-8 py-2 w-screen">
<h1 class="text-2xl font-semibold mt-4">PeerPiper ToolKit</h1>
<div class="mt-4 border border-neutral-50 rounded bg-sky-50 p-2">
<a
href="/integrity-wallet"
href="{base}/integrity-wallet"
target="_blank"
class="border-2 border-neutral-400 rounded-lg shadow-md outline-lime-50 px-4 py-2 w-fit"
>Integrity Wallet</a
Expand All @@ -15,7 +16,7 @@

<div class="mt-4 border border-neutral-50 rounded bg-sky-50 p-2">
<a
href="/remote"
href="{base}/remote"
class="border-2 border-neutral-400 rounded-lg shadow-md outline-lime-50 px-4 py-2 w-fit"
>Remote Control</a
>
Expand Down

0 comments on commit 57f7fe8

Please sign in to comment.