feat(LOY-263): add link to missing points form to earn and burn

This commit is contained in:
Christian Andolf
2025-06-18 14:23:39 +02:00
parent acc77625c8
commit 56df2cdb2a
7 changed files with 83 additions and 34 deletions
@@ -0,0 +1,8 @@
.claim {
color: var(--Text-Secondary);
display: flex;
align-items: center;
justify-content: space-between;
gap: var(--Space-x2);
white-space: nowrap;
}