Skip to content

Commit

Permalink
feat(competitions): add hard-coded logo of Carouge Lions
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsandoz committed Feb 13, 2024
1 parent e06527f commit 5547e75
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 @@ -44,6 +44,8 @@ export default class Team {
slug = 'vernier_turtles';
} else if (this.name.includes('Team Vaud')) {
slug = 'team_vaud';
} else if (this.name.includes('Carouge Lions')) {
slug = 'carouge_lions';
}

if (slug) {
Expand Down

0 comments on commit 5547e75

Please sign in to comment.