diff --git a/src-ts/tools/work/work-lib/work-images/bug-hunt-main.jpeg b/src-ts/tools/work/work-lib/work-images/bug-hunt-main.jpeg deleted file mode 100644 index d125186f0..000000000 Binary files a/src-ts/tools/work/work-lib/work-images/bug-hunt-main.jpeg and /dev/null differ diff --git a/src-ts/tools/work/work-lib/work-images/bug-hunt-tile.jpeg b/src-ts/tools/work/work-lib/work-images/bug-hunt-tile.jpeg new file mode 100644 index 000000000..2c09fa9ef Binary files /dev/null and b/src-ts/tools/work/work-lib/work-images/bug-hunt-tile.jpeg differ diff --git a/src-ts/tools/work/work-lib/work-provider/work-functions/work-store/work-type.config.ts b/src-ts/tools/work/work-lib/work-provider/work-functions/work-store/work-type.config.ts index bf1ff7e32..18ff98f73 100644 --- a/src-ts/tools/work/work-lib/work-provider/work-functions/work-store/work-type.config.ts +++ b/src-ts/tools/work/work-lib/work-provider/work-functions/work-store/work-type.config.ts @@ -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' @@ -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, diff --git a/src/routes/SelectWorkType/styles.module.scss b/src/routes/SelectWorkType/styles.module.scss index be4a734cb..5a30ab283 100644 --- a/src/routes/SelectWorkType/styles.module.scss +++ b/src/routes/SelectWorkType/styles.module.scss @@ -295,6 +295,7 @@ .workTypeCard { max-width: 100%; + background-position: center; background-size: cover; background-repeat: no-repeat; border-radius: 8px;