From da58c1158a47c0b2d04d0cb63a8cc0839cb6f65b Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 26 Nov 2023 23:32:59 +0100 Subject: [PATCH] Add link to faucet --- vue/src/components/Invoice.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vue/src/components/Invoice.vue b/vue/src/components/Invoice.vue index df650a5..c05ade8 100644 --- a/vue/src/components/Invoice.vue +++ b/vue/src/components/Invoice.vue @@ -22,6 +22,10 @@
+ faucet + + faucet.mutinynet.com + payment hash {{ invoice.Hash }} @@ -123,6 +127,8 @@ await (async () => { onUnmounted(() => { clearInterval(interval) }) +const faucet = window.location.hostname === 'delphi.market' ? 'https://faucet.mutinynet.com' : '' +