Skip to content

Commit

Permalink
Turn off warning message for Linode
Browse files Browse the repository at this point in the history
  • Loading branch information
softins committed Feb 19, 2024
1 parent e0ae7e4 commit b0ca3ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ const backends = [
city: 'London (Linode)',
desc: 'Linode in London',
url: "https://explorer.jamulus.io/servers.php",
warn: 'NOTE: the London Linode server is currently having issues connecting to some directories.'
warn: null
//warn: 'NOTE: the London Linode server is currently having issues connecting to some directories.'
},
{
city: 'London (AWS)',
Expand Down

0 comments on commit b0ca3ed

Please sign in to comment.