fix: link to /fork

This commit is contained in:
Gigi
2022-04-28 00:16:05 +02:00
parent 91c66a2f97
commit 895b383a95

View File

@@ -80,7 +80,7 @@ title: Twentyone.World
if (country.link) {
window.open(country.link);
} else {
window.open('/add');
window.open('/fork');
}
}
});