unoffical wafrn mirror
wafrn.net
atproto
social-network
activitypub
1<div class="relative">
2 <button mat-stroked-button class="crash-button" (click)="rollToDie()">
3 {{ 'profile.other.rollToCrash' | translate }}
4 </button>
5 @for (text of survivedTextList; track $index) {
6 <div class="top-0 mx-4 text-xl pointer-events-none survived-text">
7 {{ 'profile.other.rollSurvived' | translate }}
8 </div>
9 }
10</div>