Skip to content

Commit 9bc9996

Browse files
authored
Merge pull request #2818 from codecrafters-io/AMZN-contest-2
Add assets for AMZN-contest-2
2 parents c9b1151 + 9d5c76b commit 9bc9996

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

app/routes/contest.ts

+5
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ export default class ContestRoute extends BaseRoute {
5252
title = 'CodeCrafters x Amazon';
5353
description = 'Compete in the first ever contest exclusively for Amazonians on CodeCrafters.';
5454
break;
55+
case 'amazon-2':
56+
imageUrl = '/assets/images/contest-og-images/og-amazon-contest-2.png';
57+
title = 'CodeCrafters x Amazon';
58+
description = 'Compete in the second contest exclusively for Amazonians on CodeCrafters.';
59+
break;
5560
case 'github-1':
5661
imageUrl = '/assets/images/contest-og-images/og-amazon-contest-1.png';
5762
title = 'CodeCrafters x GitHub';
Loading
Loading

0 commit comments

Comments
 (0)