x
This commit is contained in:
parent
efaf0ea9fb
commit
622205c4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ ${formData.description}
|
|||
|
||||
// Create the GitHub issue URL
|
||||
// Replace 'your-username/plausible-deniability' with your actual GitHub repo
|
||||
const githubIssueUrl = `https://github.com/your-username/plausible-deniability/issues/new?title=${encodeURIComponent(issueTitle)}&body=${encodeURIComponent(issueBody)}&labels=subdomain-request`;
|
||||
const githubIssueUrl = `https://github.com/kingomarnajjar/plausible-deniability/issues/new?title=${encodeURIComponent(issueTitle)}&body=${encodeURIComponent(issueBody)}&labels=subdomain-request`;
|
||||
|
||||
// Show success message
|
||||
successMessage.style.display = 'block';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue