build fixes

This commit is contained in:
Believethehype 2024-03-15 10:35:52 +01:00
parent 28c59595bb
commit bdf669fa18
2 changed files with 5 additions and 5 deletions

View File

@ -25,14 +25,14 @@
<h3 class="font-bold text-lg">Connect with Nostr Wallet Connect</h3>
<br>
<div class="flex">
<img class="avatar" src="../../public/favicon.ico" alt="" />
<img class="avatar" src="/favicon.ico" alt="" />
<h3 class="text-lg">Noogle</h3>
</div>
<p class="py-4">Enter a Nostr Wallet connect string for easier zapping on the page</p>
<div class="collapse bg-base-200">
<input type="radio" name="my-accordion-1" />
<div class="collapse-title text-xl font-medium bg-black/30 flex">
<img class="w-12 h-12 mask mask-squircle bg-zinc-700" style="width: 46px; height: 46px" src="../../public/Alby.jpg"/>
<img class="w-12 h-12 mask mask-squircle bg-zinc-700" style="width: 46px; height: 46px" src="/Alby.jpg"/>
<div style="margin-left: 30px">
<h3>Alby NWC</h3>
<h3 class="text-sm text-neutral">Connect with your Alby Wallet</h3>
@ -68,7 +68,7 @@
<div class="collapse bg-base-200">
<input type="radio" name="my-accordion-1" />
<div class="collapse-title text-xl font-medium bg-black/30 flex">
<img class="w-12 h-12 mask mask-squircle bg-zinc-700" style="width: 46px; height: 46px" src="../../public/Mutiny.png"/>
<img class="w-12 h-12 mask mask-squircle bg-zinc-700" style="width: 46px; height: 46px" src="/Mutiny.png"/>
<div style="margin-left: 30px">
<h3> Mutiny Wallet</h3>
<h3 class="text-sm text-neutral">Connect with your Mutiny Wallet</h3>

View File

@ -87,11 +87,11 @@ import store from '../store';
import {types} from "sass";
import Null = types.Null;
import StringUtil from "@/components/helper/string";
import {copyinvoice, createBolt11Lud16, parseandreplacenpubs, zaprequest} from "@/components/helper/Helper.vue";
import {copyinvoice, parseandreplacenpubs, } from "@/components/helper/Helper.vue";
import {requestProvider} from "webln";
import {Event, EventBuilder, EventId, PublicKey} from "@rust-nostr/nostr-sdk";
import amberSignerService from "@/components/android-signer/AndroidSigner";
import zap, {zap_lud16} from "@/components/helper/Zap.vue";
import {zap, zap_lud16, createBolt11Lud16, zaprequest} from "@/components/helper/Zap.vue";
const props = defineProps<{