feat: me tab added

This commit is contained in:
shahdlala66
2026-05-04 19:48:55 +02:00
parent d471eef7af
commit a3255602b3
13 changed files with 447 additions and 56 deletions
+1 -1
View File
@@ -94,7 +94,7 @@
<div class="bb-tag">WELCOME</div>
<div class="bb-title" style="font-size:clamp(16px,1.8vw,26px);">WELCOME TO<br />NOWCHESS</div>
<div class="bb-subtitle">Play your next move from the skyline.</div>
<button type="button" class="app-btn" style="padding:7px 20px;font-size:11px;" (click)="startOneVsOne()"
<button type="button" class="app-btn" (click)="startOneVsOne()"
[disabled]="creating">
{{ creating ? 'CREATING...' : 'START NOW →' }}
</button>