Skip to content

Commit

Permalink
fix: added default color back
Browse files Browse the repository at this point in the history
  • Loading branch information
DJCrossman committed Nov 29, 2023
1 parent 60e3dfa commit c75cbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class AppService {
return {
apiversion: '1',
author: 'David Crossman',
color: process.env.SNAKE_COLOUR || '#0069b4',
color: process.env.SNAKE_COLOUR || '#DD69b4',
head: 'bendr',
tail: 'freckled',
};
Expand Down

0 comments on commit c75cbd9

Please sign in to comment.