diff --git a/public/img/linktag.webp b/public/img/linktag.webp
new file mode 100644
index 000000000..14ebf5a0d
Binary files /dev/null and b/public/img/linktag.webp differ
diff --git a/public/img/linktag_icon.webp b/public/img/linktag_icon.webp
new file mode 100644
index 000000000..ca0f8eaed
Binary files /dev/null and b/public/img/linktag_icon.webp differ
diff --git a/public/json/ca/hero.json b/public/json/ca/hero.json
index e93c51730..5ae424dee 100644
--- a/public/json/ca/hero.json
+++ b/public/json/ca/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.png",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag is a customizable gamertag that you can share with your friends or embed on websites.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/ca/services.json b/public/json/ca/services.json
index 1112d36a4..2a2d023be 100644
--- a/public/json/ca/services.json
+++ b/public/json/ca/services.json
@@ -154,6 +154,17 @@
"todo": " This service's development has been halted.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag és un nom de jugador personalitzable que pots compartir amb els teus amics o incrustar-lo en llocs web.",
+ "link": "/status",
+ "isArea": "Regió lliure",
+ "status": "En desenvolupament",
+ "todo": " Aquest servei encara està en desenvolupament",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/de/hero.json b/public/json/de/hero.json
index 51c243ce1..305043f24 100644
--- a/public/json/de/hero.json
+++ b/public/json/de/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag ist ein benutzerdefinierbarer Gamertag, den du mit deinen Freunden teilen oder auf Websites einbetten kannst.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/de/services.json b/public/json/de/services.json
index 251041f35..0eb9d36be 100644
--- a/public/json/de/services.json
+++ b/public/json/de/services.json
@@ -154,6 +154,17 @@
"todo": "Komm später wieder...",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag ist ein benutzerdefinierbarer Gamertag, den du mit deinen Freunden teilen oder auf Websites einbetten kannst.",
+ "link": "/status",
+ "isArea": "Region-Free",
+ "status": "In Entwicklung",
+ "todo": " Dieser Service ist noch in Entwicklung",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/en-GB/hero.json b/public/json/en-GB/hero.json
index 51c243ce1..28841ae98 100644
--- a/public/json/en-GB/hero.json
+++ b/public/json/en-GB/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag is a customizable gamertag that you can share with your friends or embed on websites.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/en-GB/services.json b/public/json/en-GB/services.json
index 72c5cd770..7bd6cf3ef 100644
--- a/public/json/en-GB/services.json
+++ b/public/json/en-GB/services.json
@@ -154,6 +154,17 @@
"todo": "Check back later...",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag is a customizable gamertag that you can share with your friends or embed on websites.",
+ "link": "/status",
+ "isArea": "Region Free",
+ "status": "In Development",
+ "todo": " This service is still under development",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/es-LAT/hero.json b/public/json/es-LAT/hero.json
index 08d49b816..3c21536ae 100644
--- a/public/json/es-LAT/hero.json
+++ b/public/json/es-LAT/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag es un gamertag personalizable que puedes compartir con tus amigos o incrustar en sitios web.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/es-LAT/services.json b/public/json/es-LAT/services.json
index 2775e2cf4..43448f6be 100644
--- a/public/json/es-LAT/services.json
+++ b/public/json/es-LAT/services.json
@@ -154,6 +154,17 @@
"todo": " El desarrollo de este servicio ha sido detenido.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag es un gamertag personalizable que puedes compartir con tus amigos o incrustar en sitios web.",
+ "link": "/status",
+ "isArea": "Región libre",
+ "status": "En desarrollo",
+ "todo": " Este servicio aún está en fase de desarrollo",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/es/hero.json b/public/json/es/hero.json
index a4437659c..5835650f3 100644
--- a/public/json/es/hero.json
+++ b/public/json/es/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag es un gamertag personalizable que puedes compartir con tus amigos o incrustar en sitios web.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/es/services.json b/public/json/es/services.json
index a5e6959ce..107bed8aa 100644
--- a/public/json/es/services.json
+++ b/public/json/es/services.json
@@ -154,6 +154,17 @@
"todo": " El desarrollo de este servicio se ha detenido.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag es un gamertag personalizable que puedes compartir con tus amigos o incrustar en sitios web.",
+ "link": "/status",
+ "isArea": "Región libre",
+ "status": "En desarrollo",
+ "todo": " Este servicio aún está en fase de desarrollo",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/fi/hero.json b/public/json/fi/hero.json
index e7f09a66e..5d76b0e9e 100644
--- a/public/json/fi/hero.json
+++ b/public/json/fi/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag on muokattava pelaajanimi, jonka voit jakaa kavereidesi kanssa tai upottaa verkkosivustoihin.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/fi/services.json b/public/json/fi/services.json
index f5ac43a6c..3e06ac4a0 100644
--- a/public/json/fi/services.json
+++ b/public/json/fi/services.json
@@ -154,6 +154,17 @@
"todo": " Tämän palvelun kehitys on lakkautettu.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag on muokattava pelaajanimi, jonka voit jakaa kavereidesi kanssa tai upottaa verkkosivustoihin.",
+ "link": "/status",
+ "isArea": "Aluevapaa",
+ "status": "Kehitys lakkautettu",
+ "todo": " Tämän palvelun kehitys on lakkautettu.",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/fr/hero.json b/public/json/fr/hero.json
index 31a47e8bd..342ed7bf7 100644
--- a/public/json/fr/hero.json
+++ b/public/json/fr/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag est un gamertag personnalisable que vous pouvez partager avec vos amis ou intégrer sur des sites web.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/fr/services.json b/public/json/fr/services.json
index a8e439f3a..6219f1921 100644
--- a/public/json/fr/services.json
+++ b/public/json/fr/services.json
@@ -154,6 +154,17 @@
"todo": " Le développement de ce service a été suspendu.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag est un gamertag personnalisable que vous pouvez partager avec vos amis ou intégrer sur des sites web.",
+ "link": "/status",
+ "isArea": "Région libre",
+ "status": "En développement",
+ "todo": " Ce service est en cours de développement",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/frp/hero.json b/public/json/frp/hero.json
index 32d2dfe97..69de9b82e 100644
--- a/public/json/frp/hero.json
+++ b/public/json/frp/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag est un gamertag personnalisable que vous pouvez partager avec vos amis ou intégrer sur des sites web.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/frp/services.json b/public/json/frp/services.json
index 4f856c15c..dfbe0fb03 100644
--- a/public/json/frp/services.json
+++ b/public/json/frp/services.json
@@ -154,6 +154,17 @@
"todo": " This service's development has been halted.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag est un gamertag personnalisable que vous pouvez partager avec vos amis ou intégrer sur des sites web.",
+ "link": "/status",
+ "isArea": "Région libre",
+ "status": "En développement",
+ "todo": " Ce service est en cours de développement",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/hero.json b/public/json/hero.json
index 51c243ce1..28841ae98 100644
--- a/public/json/hero.json
+++ b/public/json/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag is a customizable gamertag that you can share with your friends or embed on websites.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/hu/hero.json b/public/json/hu/hero.json
index 7f3532013..2a76af291 100644
--- a/public/json/hu/hero.json
+++ b/public/json/hu/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag egy testreszabható gamertag, amelyet megoszthatsz a barátaiddal vagy beágyazhatsz webszolgáltatásokba.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/hu/services.json b/public/json/hu/services.json
index ece459a19..42e8822aa 100644
--- a/public/json/hu/services.json
+++ b/public/json/hu/services.json
@@ -154,6 +154,17 @@
"todo": " A szolgáltatás fejlesztése szünetel.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag egy testreszabható gamertag, amelyet megoszthatsz a barátaiddal vagy beágyazhatsz webszolgáltatásokba.",
+ "link": "/status",
+ "isArea": "Régiózár-mentes",
+ "status": "Fejlesztés alatt",
+ "todo": " Ez a szolgáltatás még fejlesztés alatt áll",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/it/hero.json b/public/json/it/hero.json
index d78ad5c81..37b43bb5b 100644
--- a/public/json/it/hero.json
+++ b/public/json/it/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag è un gamertag personalizzabile che puoi condividere con i tuoi amici o incorporare su siti web.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/it/services.json b/public/json/it/services.json
index 515782f4d..3c3ccea6e 100644
--- a/public/json/it/services.json
+++ b/public/json/it/services.json
@@ -154,6 +154,17 @@
"todo": " Lo sviluppo di questo servizio è stato interrotto.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag è un gamertag personalizzabile che puoi condividere con i tuoi amici o incorporare su siti web.",
+ "link": "/status",
+ "isArea": "Regione Libera",
+ "status": "In Sviluppo",
+ "todo": " Questo servizio è ancora in sviluppo",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/ja/hero.json b/public/json/ja/hero.json
index 55c136b13..17b7b9e49 100644
--- a/public/json/ja/hero.json
+++ b/public/json/ja/hero.json
@@ -82,6 +82,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTagはカスタマイズ可能なゲームタグで、友達と共有したり、ウェブサイトに埋め込むことができます。",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/ja/services.json b/public/json/ja/services.json
index 2f614d070..f5ec10b57 100644
--- a/public/json/ja/services.json
+++ b/public/json/ja/services.json
@@ -154,6 +154,17 @@
"todo": " Stripeに募金することでテストできます!",
"icon": "",
"completed": "50"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTagはカスタマイズ可能なゲームタグで、友達と共有したり、ウェブサイトに埋め込むことができます。",
+ "link": "/status",
+ "isArea": "地域自由",
+ "status": "開発中",
+ "todo": " このサービスはまだ開発中です",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/ko-KR/hero.json b/public/json/ko-KR/hero.json
index cb636a3dd..90bb39b76 100644
--- a/public/json/ko-KR/hero.json
+++ b/public/json/ko-KR/hero.json
@@ -89,6 +89,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag는 친구들과 공유하거나 웹사이트에 포함시킬 수 있는 사용자 정의 게임 태그입니다.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/ko-KR/services.json b/public/json/ko-KR/services.json
index 954b122fc..5d60642a9 100644
--- a/public/json/ko-KR/services.json
+++ b/public/json/ko-KR/services.json
@@ -154,6 +154,17 @@
"todo": " 스트라이프에서 기부하시면 이 서비스를 이용하실 수 있어요!",
"icon": "",
"completed": "50"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag는 친구들과 공유하거나 웹사이트에 포함시킬 수 있는 사용자 정의 게임 태그입니다.",
+ "link": "/status",
+ "isArea": "지역 제한 없음",
+ "status": "개발 중",
+ "todo": " 이 서비스는 아직 개발 중이에요",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/pt-BR/hero.json b/public/json/pt-BR/hero.json
index 33ea8e827..64ac6f029 100644
--- a/public/json/pt-BR/hero.json
+++ b/public/json/pt-BR/hero.json
@@ -38,7 +38,7 @@
{
"name": "Canal Nintendo",
"desc": "Assista a trailers, leia análises e baixe demonstrações de DS",
- "link": "/guide/nintendo
+ "link": "/guide/nintendo",
"icon": "nintendochannelbanner.webp",
"bg": "nintendo.webp"
},
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag é um gamertag personalizável que você pode compartilhar com seus amigos ou incorporar em sites web.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/pt-BR/services.json b/public/json/pt-BR/services.json
index 16b7c5ed7..91ab02a52 100644
--- a/public/json/pt-BR/services.json
+++ b/public/json/pt-BR/services.json
@@ -154,6 +154,17 @@
"todo": " Não está mais em desenvolvimento por enquanto.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag é um gamertag personalizável que você pode compartilhar com seus amigos ou incorporar em sites web.",
+ "link": "/status",
+ "isArea": "Região livre",
+ "status": "Em desenvolvimento",
+ "todo": " Este serviço ainda está em desenvolvimento",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/pt-PT/hero.json b/public/json/pt-PT/hero.json
index 51c243ce1..a08009c52 100644
--- a/public/json/pt-PT/hero.json
+++ b/public/json/pt-PT/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag é um gamertag personalizável que você pode compartilhar com seus amigos ou incorporar em sites web.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/pt-PT/services.json b/public/json/pt-PT/services.json
index 95103ceed..edcf3b628 100644
--- a/public/json/pt-PT/services.json
+++ b/public/json/pt-PT/services.json
@@ -151,9 +151,20 @@
"link": "/status",
"isArea": "Originalmente exclusivo do Japão",
"status": "Planeado",
- "todo": "Verifica mais tarde...",
+ "todo": " Este serviço ainda está em desenvolvimento",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag é um gamertag personalizável que você pode compartilhar com seus amigos ou incorporar em sites web.",
+ "link": "/status",
+ "isArea": "Região livre",
+ "status": "Em desenvolvimento",
+ "todo": " Este serviço ainda está em desenvolvimento",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/ru/hero.json b/public/json/ru/hero.json
index e321de3f0..e8db83cdb 100644
--- a/public/json/ru/hero.json
+++ b/public/json/ru/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag - это персонализированный геймтег, который вы можете поделиться с друзьями или встроить на веб-сайты.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/ru/services.json b/public/json/ru/services.json
index 0a567f2c0..d0e1fb9e1 100644
--- a/public/json/ru/services.json
+++ b/public/json/ru/services.json
@@ -27,7 +27,7 @@
"color": "#787878",
"name": "Канал Nintendo",
"desc": "Путеводитель по играм Nintendo с обзорами, трейлерами, специальными шоу и демками игр.",
- "link": "/guide/nintendo
+ "link": "/guide/nintendo",
"isArea": "Был доступен везде",
"status": "Полный релиз",
"icon": "nintendo_icon.webp",
@@ -154,6 +154,17 @@
"todo": " Разработка для этого сервиса была прекращена.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag - это персонализированный геймтег, который вы можете поделиться с друзьями или встроить на веб-сайты.",
+ "link": "/status",
+ "isArea": "Регион свободный",
+ "status": "В разработке",
+ "todo": " Этот сервис ещё в разработке",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/tr/hero.json b/public/json/tr/hero.json
index 546b0c4b6..b91b3c02d 100644
--- a/public/json/tr/hero.json
+++ b/public/json/tr/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag - bu hizmetin geliştirilmesi durduruldu.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/tr/services.json b/public/json/tr/services.json
index 35b2582cd..a232a1d70 100644
--- a/public/json/tr/services.json
+++ b/public/json/tr/services.json
@@ -154,6 +154,17 @@
"todo": " Bu hizmetin geliştirilmesi durduruldu.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag - bu hizmetin geliştirilmesi durduruldu.",
+ "link": "/status",
+ "isArea": "Bölgesiz",
+ "status": "Durduruldu",
+ "todo": " Bu hizmetin geliştirilmesi durduruldu.",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/va/hero.json b/public/json/va/hero.json
index e93c51730..57d7e5729 100644
--- a/public/json/va/hero.json
+++ b/public/json/va/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.png",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag - bu hizmetin geliştirilmesi durduruldu.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/va/services.json b/public/json/va/services.json
index 1112d36a4..f8d5abf93 100644
--- a/public/json/va/services.json
+++ b/public/json/va/services.json
@@ -154,6 +154,17 @@
"todo": " This service's development has been halted.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag - bu hizmetin geliştirilmesi durduruldu.",
+ "link": "/status",
+ "isArea": "Bölgesiz",
+ "status": "Durduruldu",
+ "todo": " Bu hizmetin geliştirilmesi durduruldu.",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/public/json/vi/hero.json b/public/json/vi/hero.json
index 114d80534..35ed04f1d 100644
--- a/public/json/vi/hero.json
+++ b/public/json/vi/hero.json
@@ -90,6 +90,13 @@
"link": "/guide/wiinoma",
"icon": "wiinomabanner.webp",
"bg": "room.webp"
+ },
+ {
+ "name": "LinkTag",
+ "desc": "LinkTag - bu hizmetin geliştirilmesi durduruldu.",
+ "link": "/status",
+ "icon": "linktagbanner.webp",
+ "bg": "linktag.webp"
}
]
}
diff --git a/public/json/vi/services.json b/public/json/vi/services.json
index acf4fe152..02f48fb51 100644
--- a/public/json/vi/services.json
+++ b/public/json/vi/services.json
@@ -154,6 +154,17 @@
"todo": " Sự phát triển của dịch vụ này đã bị dừng lại.",
"icon": "",
"completed": "15"
+ },
+ {
+ "color": "#05AAF8",
+ "name": "LinkTag",
+ "desc": "LinkTag - bu hizmetin geliştirilmesi durduruldu.",
+ "link": "/status",
+ "isArea": "Bölgesiz",
+ "status": "Durduruldu",
+ "todo": " Bu hizmetin geliştirilmesi durduruldu.",
+ "icon": "linktag_icon.webp",
+ "completed": "5"
}
]
}
diff --git a/src/content/services/linktag.md b/src/content/services/linktag.md
new file mode 100644
index 000000000..0141a68d7
--- /dev/null
+++ b/src/content/services/linktag.md
@@ -0,0 +1,11 @@
+---
+title: LinkTag
+pubDate: 2024-05-17
+icon: lucide:tag
+description: Get your own Nintendo gamertag!
+heroImage: "linktag.webp"
+type: "Extra"
+color: 6099d160
+---
+
+### LinkTag is a customizable gamertag that you can share with your friends or embed on websites.
\ No newline at end of file
diff --git a/src/content/services/riitag.md b/src/content/services/riitag.md
deleted file mode 100644
index 828f40da6..000000000
--- a/src/content/services/riitag.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: RiiTag
-pubDate: 2024-05-17
-icon: lucide:tag
-description: Get your own Nintendo gamertag!
-heroImage: "riitag.webp"
-type: "Extra"
-color: 6099d160
----
-
-### RiiTag is a customizable gamertag that you can share with your friends or embed on websites.
\ No newline at end of file