diff --git a/client/src/components/AppCredits.vue b/client/src/components/AppCredits.vue
index f7b0c06..2f821e3 100644
--- a/client/src/components/AppCredits.vue
+++ b/client/src/components/AppCredits.vue
@@ -10,8 +10,6 @@
•
firstcontact@nucleoriofrio.com
•
- Proyecto abierto, sin fines de lucro
- •
ⓘ
diff --git a/client/src/views/UuidSelector.vue b/client/src/views/UuidSelector.vue
index 868c40c..bc60d29 100644
--- a/client/src/views/UuidSelector.vue
+++ b/client/src/views/UuidSelector.vue
@@ -99,18 +99,8 @@
-
-
+
+
@@ -166,6 +156,7 @@
import { ref, onMounted, onUnmounted, nextTick } from 'vue';
import { useRouter } from 'vue-router';
import GameLogo from '../components/GameLogo.vue';
+import AppCredits from '../components/AppCredits.vue';
import QRCode from 'qrcode';
import html2canvas from 'html2canvas';
@@ -940,23 +931,7 @@ async function copyToClipboard() {
.uuid-card:focus, .uuid-card:focus-visible { outline: none; }
/* Credits */
-.credits { display:flex; justify-content:center; margin-top: 14px; }
-.credits-card {
- background: rgba(255,255,255,0.22);
- backdrop-filter: blur(6px);
- -webkit-backdrop-filter: blur(6px);
- border: 1px solid rgba(0,0,0,0.04);
- border-radius: 10px;
- padding: 8px 12px;
- color: #64748b;
- font-size: 12px;
- line-height: 1.2;
- text-align: center;
-}
-.credits-card .sep { opacity: 0.6; margin: 0 6px; }
-.credits-card strong { color: #475569; font-weight: 700; }
-.credits-link { color: #64748b; text-decoration: none; border-bottom: 1px dotted rgba(100,116,139,0.5); }
-.credits-link:hover { color: #475569; border-bottom-color: rgba(71,85,105,0.6); }
+/* credits moved to AppCredits component */
.uuids-grid {
display: grid;