Skip to content

Commit

Permalink
Merge pull request #33 from arongida/development
Browse files Browse the repository at this point in the history
add thief avatar
  • Loading branch information
arongida committed Jun 16, 2024
2 parents 5312ea0 + d2e7177 commit c4046d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/join-form/join-form.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ import { MatIconModule } from '@angular/material/icon';
})
export class JoinFormComponent {
nameControl = new FormControl('');
avatarOptions = ['https://chungus-battles.b-cdn.net/chungus-battles-assets/Portrait_ID_0_Placeholder.png', 'https://chungus-battles.b-cdn.net/chungus-battles-assets/warrior_01.png'];
avatarOptions = ['https://chungus-battles.b-cdn.net/chungus-battles-assets/Portrait_ID_0_Placeholder.png',
'https://chungus-battles.b-cdn.net/chungus-battles-assets/warrior_01.png',
'https://chungus-battles.b-cdn.net/chungus-battles-assets/thief_01.png'];
avatarSelected = this.avatarOptions[1];

constructor(public draftService: DraftService) { }
Expand Down

0 comments on commit c4046d8

Please sign in to comment.