Skip to content

Commit

Permalink
fix: order history link to open _blank
Browse files Browse the repository at this point in the history
  • Loading branch information
brettski committed Oct 6, 2023
1 parent 4966f7c commit 62c8e2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/(root)/orders/success/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
>If you do not see those, please check your junk/spam folders, as sometimes we manage to
land there accidentally.</span>
At any time you can view your
<a class="hover" href="/my/settings/order-history">order history</a> and reprint your receipt.
<a class="hover" href="/my/settings/order-history" target="_blank">order history</a> and reprint
your receipt.
</p>

<div class="my-8 flex justify-center md:justify-end">
Expand Down

0 comments on commit 62c8e2b

Please sign in to comment.