Skip to content

Commit

Permalink
Update improved initiative domain
Browse files Browse the repository at this point in the history
  • Loading branch information
V13Axel committed Feb 23, 2023
1 parent c598fa7 commit 61bd369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImprovedInitiativeButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function sendToImprovedInitiative() {
form.setAttribute("method", "POST");
form.setAttribute(
"action",
"https://www.improved-initiative.com/launchencounter/"
"https://improvedinitiative.app/launchencounter/"
);
Object.entries(data).forEach((entry) => {
Expand Down

0 comments on commit 61bd369

Please sign in to comment.