@JukiyoomiSubmitted almost 3 years ago
My first time using SvelteJS. I had a lot of problems with deploying, and I don't know how we can get EVERY border country when we go on the details of a country. Any feedback ?
My first time using SvelteJS. I had a lot of problems with deploying, and I don't know how we can get EVERY border country when we go on the details of a country. Any feedback ?
It seems that you've fixed the border countries, good job! =) Small fix: You left a comma after the language list. You can use js join function to fix that, instead of the svelt each. With that, the last one will not get a comma.