You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p class="text-sm text-[var(--text-muted)] flex-1">Catch falling tech skills before they hit the ground. Uses generic skills here — visit any profile page for that developer's own skill set. Earn <span class="text-accent font-bold">+{{ XP_CODE_BREAKER_WIN or 100 }} XP</span> on win.</p>
65
+
<p class="text-sm text-[var(--text-muted)] flex-1">Catch falling tech skills before they hit the ground. Uses generic skills here — visit any profile page for that developer's own skill set. Earn <span class="text-accent font-bold">+{{ _XP_CODE_BREAKER_WIN or 100 }} XP</span> on win.</p>
<p class="text-sm text-[var(--text-muted)] flex-1">Pit two random developers against each other in a skill-power battle. Find the Duel button on any card in the <a href="/" class="text-accent hover:underline">Directory</a>. Earn <span class="text-accent font-bold">+{{ XP_DEV_DUEL_PLAY or 25 }} XP</span> just for playing.</p>
76
+
<p class="text-sm text-[var(--text-muted)] flex-1">Pit two random developers against each other in a skill-power battle. Find the Duel button on any card in the <a href="/" class="text-accent hover:underline">Directory</a>. Earn <span class="text-accent font-bold">+{{ _XP_DEV_DUEL_PLAY or 25 }} XP</span> just for playing.</p>
0 commit comments