Skip to content

Commit d54e549

Browse files
authored
Merge pull request #160 from topcoder-platform/PROD-2429_start-work-tile
PROD-2429 start work tile -> PROD-2321
2 parents f7d8efc + de73be7 commit d54e549

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed
Binary file not shown.
Loading

src-ts/tools/work/work-lib/work-provider/work-functions/work-store/work-type.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import imgBugHunt from '../../../work-images/bug-hunt-main.jpeg'
1+
import imgBugHunt from '../../../work-images/bug-hunt-tile.jpeg'
22
import { WorkType } from '../work-factory'
33

44
import { WorkIntakeFormRoutes } from './work-intake-form-routes.config'
@@ -15,7 +15,7 @@ export const WorkTypeConfigs: { [workType: string]: WorkTypeConfig } = {
1515
registration period, where experienced quality assurance engineers signup to register for the bug hunt. After the registration
1616
period completes, we will run the bug hunt for the time which meets the option you choose below.`,
1717
bgImage: imgBugHunt,
18-
description: 'This is Bug Hunt description',
18+
description: 'Conduct a time based testing bug hunt where Topcoder experts scramble to find bugs or issues in the system',
1919
// TODO: The duration will be based on the package the user selects
2020
duration: 2,
2121
featured: true,

src/routes/SelectWorkType/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@
295295

296296
.workTypeCard {
297297
max-width: 100%;
298+
background-position: center;
298299
background-size: cover;
299300
background-repeat: no-repeat;
300301
border-radius: 8px;

0 commit comments

Comments
 (0)