File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export default function JoinPage() {
3838 const fetchServerStatus = async ( ) => {
3939 try {
4040 const response = await fetch (
41- `https://api.mcsrvstat.us/2/beta .openmc.fr`
41+ `https://api.mcsrvstat.us/2/play .openmc.fr`
4242 ) ;
4343 const data = await response . json ( ) ;
4444
@@ -67,7 +67,7 @@ export default function JoinPage() {
6767 } , [ ] ) ;
6868
6969 const copyIP = ( ) => {
70- navigator . clipboard . writeText ( "beta .openmc.fr" ) . then ( ( ) => {
70+ navigator . clipboard . writeText ( "play .openmc.fr" ) . then ( ( ) => {
7171 setCopied ( true ) ;
7272 setTimeout ( ( ) => setCopied ( false ) , 2000 ) ;
7373 } ) ;
@@ -130,7 +130,7 @@ export default function JoinPage() {
130130 < div className = "bg-card rounded-xl p-6 border shadow-sm" >
131131 < h2 className = "text-2xl font-bold mb-4" > Adresse du serveur</ h2 >
132132 < div className = "bg-background rounded-lg p-4 font-mono text-lg mb-4 flex items-center justify-between" >
133- < span > beta .openmc.fr</ span >
133+ < span > play .openmc.fr</ span >
134134 < button
135135 onClick = { copyIP }
136136 className = "bg-primary hover:bg-primary/90 text-primary-foreground px-3 py-1 rounded text-sm transition-colors"
You can’t perform that action at this time.
0 commit comments