Skip to content

PROD-2429 start work tile -> PROD-2321 #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import imgBugHunt from '../../../work-images/bug-hunt-main.jpeg'
import imgBugHunt from '../../../work-images/bug-hunt-tile.jpeg'
import { WorkType } from '../work-factory'

import { WorkIntakeFormRoutes } from './work-intake-form-routes.config'
Expand All @@ -15,7 +15,7 @@ export const WorkTypeConfigs: { [workType: string]: WorkTypeConfig } = {
registration period, where experienced quality assurance engineers signup to register for the bug hunt. After the registration
period completes, we will run the bug hunt for the time which meets the option you choose below.`,
bgImage: imgBugHunt,
description: 'This is Bug Hunt description',
description: 'Conduct a time based testing bug hunt where Topcoder experts scramble to find bugs or issues in the system',
// TODO: The duration will be based on the package the user selects
duration: 2,
featured: true,
Expand Down
1 change: 1 addition & 0 deletions src/routes/SelectWorkType/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@

.workTypeCard {
max-width: 100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 8px;
Expand Down