Skip to content

Commit

Permalink
tweak(docs/servers) updated servers (#643)
Browse files Browse the repository at this point in the history
* tweak(docs/servers) updated servers

* fix(docs/servers) wrong discord link

* fix(docs/servers) Apocalypse has multiple languages
  • Loading branch information
VIRUXE authored Jun 23, 2024
1 parent e8b242c commit b25a037
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/data/servers.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ const servers = [
links : { discord: 'https://discord.com/invite/vrkEMqXsQ2' }
},
{
address : '149.56.41.48:7774',
name : 'Dayz ~ Brasa Survival Zone PC/Mobile',
language: 'Portuguese',
links : { discord: 'https://discord.com/invite/Tw2VjP2D' }
address : '200.163.145.186:7777',
name : 'Scavenge And Survive - Apocalypse',
language: '',
links : { discord: 'https://discord.gg/s3kmS5Jn9D' }
}
];

export default servers;
export default servers;

0 comments on commit b25a037

Please sign in to comment.