This commit is contained in:
2025-08-28 18:10:59 -06:00
parent 5f59bdca49
commit cc61a5777f
2 changed files with 4 additions and 31 deletions

View File

@@ -10,8 +10,6 @@
<span class="sep"></span>
<a href="mailto:firstcontact@nucleoriofrio.com" class="credits-link">firstcontact@nucleoriofrio.com</a>
<span class="sep"></span>
<span>Proyecto abierto, sin fines de lucro</span>
<span class="sep"></span>
<RouterLink to="/credits" class="credits-link icon" title="Créditos detallados"></RouterLink>
</template>

View File

@@ -99,18 +99,8 @@
</label>
</div>
<!-- Credits -->
<div class="credits" aria-label="Créditos y contacto">
<div class="credits-card">
<span>Hecho por <strong>Nucleo Inteligencia</strong></span>
<span class="sep"></span>
<span>2024</span>
<span class="sep"></span>
<a href="mailto:firstcontact@nucleoriofrio.com" class="credits-link">firstcontact@nucleoriofrio.com</a>
<span class="sep"></span>
<span>Proyecto abierto, sin fines de lucro</span>
</div>
</div>
<!-- Credits (component inline) -->
<AppCredits variant="inline" />
</div>
<!-- Context Menu -->
@@ -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;