Skip to content

Commit

Permalink
feat(competitions): add hard-coded logo of Team Vaud
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsandoz committed Jan 31, 2024
1 parent 005f256 commit e0c46d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/team.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export default class Team {
slug = 'vernier_turtles_b';
} else if (this.name.includes('Vernier Turtles')) {
slug = 'vernier_turtles';
} else if (this.name.includes('Team Vaud')) {
slug = 'team_vaud';
}

if (slug) {
Expand Down

0 comments on commit e0c46d5

Please sign in to comment.