diff --git a/apps/devchoices-next/public/assets/data/questions.ts b/apps/devchoices-next/public/assets/data/questions.ts index b70865b..2c3b131 100644 --- a/apps/devchoices-next/public/assets/data/questions.ts +++ b/apps/devchoices-next/public/assets/data/questions.ts @@ -320,4 +320,15 @@ export const questions: QuestionInterface[] = [ img_path: '/assets/img/rebase.jpg', }, }, + { + slug: 'macos-or-windows', + choiceLeft: { + title: 'MacOS', + img_path: '/assets/img/macos.jpg', + }, + choiceRight: { + title: 'Windows', + img_path: '/assets/img/windows.jpg', + }, + }, ] diff --git a/apps/devchoices-next/public/assets/img-previews/preview-macos-or-windows.jpg b/apps/devchoices-next/public/assets/img-previews/preview-macos-or-windows.jpg new file mode 100644 index 0000000..3c69fa8 Binary files /dev/null and b/apps/devchoices-next/public/assets/img-previews/preview-macos-or-windows.jpg differ diff --git a/apps/devchoices-next/public/assets/img/macos.jpg b/apps/devchoices-next/public/assets/img/macos.jpg new file mode 100644 index 0000000..98474e6 Binary files /dev/null and b/apps/devchoices-next/public/assets/img/macos.jpg differ diff --git a/apps/devchoices-next/public/assets/img/windows.jpg b/apps/devchoices-next/public/assets/img/windows.jpg new file mode 100644 index 0000000..bf67ee9 Binary files /dev/null and b/apps/devchoices-next/public/assets/img/windows.jpg differ