Skip to content

Commit

Permalink
Fixed Spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinosh committed Aug 10, 2024
1 parent c9ea4de commit 3f3351d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/routes/transfers/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
class="w-32"
>
<ArrowCircleBrokenDown class="h-5 w-5 stroke-primary-fg" /><span
class="text-[16px] font-semibold text-primary-fg">Recieve</span
class="text-[16px] font-semibold text-primary-fg">Receive</span
></Button
>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
<textarea class="w-full p-2 rounded-lg" rows="3" bind:value={devHash}></textarea>
<button
on:click={() => {
goto('/transfers/recieve/confirm?hash=' + devHash);
goto('/transfers/receive/confirm?hash=' + devHash);
}}
class="w-full bg-blue-500 text-white rounded-md py-2 mt-2"
>Recieve</button>
>Receive</button>
</div>
{/if}

Expand Down

0 comments on commit 3f3351d

Please sign in to comment.