mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Fix url sent in feedback message
This commit is contained in:
parent
fe14f775c1
commit
a5085adbcc
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default function Feedback() {
|
|||
alert("Please add a message before sending.");
|
||||
return;
|
||||
}
|
||||
const body = { message, email, url: "https://skins/webamp.org" + url };
|
||||
const body = { message, email, url: "https://skins.webamp.org" + url };
|
||||
setSending(true);
|
||||
await sendFeedback(body);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue