diff --git a/src/routes/contact/+page.svelte b/src/routes/contact/+page.svelte index 40d67a5..1dcc621 100644 --- a/src/routes/contact/+page.svelte +++ b/src/routes/contact/+page.svelte @@ -35,7 +35,7 @@ let submissionSuccess = $state(false); let submissionError = $state(""); let submittedEvent = $state(null); - let issueLink = $state(""); + let issueLink = $state("https://gitworkshop.dev/silberengel@gitcitadel.com/Alexandria/issues/"); let successfulRelays = $state([]); // Store form data when user needs to login @@ -48,10 +48,6 @@ let user = $state($userStore); userStore.subscribe((val) => (user = val)); - // Repository event address from the task - const repoAddress = - "naddr1qvzqqqrhnypzplfq3m5v3u5r0q9f255fdeyz8nyac6lagssx8zy4wugxjs8ajf7pqy88wumn8ghj7mn0wvhxcmmv9uqq5stvv4uxzmnywf5kz2elajr"; - // Use the new relay management system with anonymous relays as fallbacks const allRelays = [ ...$activeInboxRelays, @@ -198,7 +194,7 @@ // Create the issue link using the repository address const noteId = nip19.noteEncode(event.id); - issueLink = `https://gitcitadel.com/r/${repoAddress}/issues/${noteId}`; + issueLink = `${issueLink}${noteId}`; // Clear form and show success message clearForm(); @@ -279,7 +275,7 @@ "GitCitadel", ndk, )} or you can view submitted issues on the Alexandria repo page.