diff --git a/src/dashboard/scoreko-dev/views/Players.vue b/src/dashboard/scoreko-dev/views/Players.vue
index e5c0cd0..fb9692f 100644
--- a/src/dashboard/scoreko-dev/views/Players.vue
+++ b/src/dashboard/scoreko-dev/views/Players.vue
@@ -586,8 +586,15 @@ onBeforeUnmount(() => {
bordered
class="q-pa-md"
>
-
- Integración start.gg
+
Conecta por OAuth (recomendado) o pega tu token personal para cargar tus torneos creados o donde eres admin. Si aparece "Client authentication failed", revisa que en config uses el Client ID/Secret de un OAuth App de start.gg.
@@ -898,6 +905,18 @@ onBeforeUnmount(() => {
}
+.startgg-heading {
+ display: inline-flex;
+ align-items: center;
+ gap: 8px;
+}
+
+.startgg-heading__icon {
+ width: 20px;
+ height: 20px;
+ fill: #2e75ba;
+}
+
.startgg-tournament-row {
gap: 4px;
}