diff --git a/apps/devchoices-next/public/assets/data/questions.ts b/apps/devchoices-next/public/assets/data/questions.ts index b70865b..6a07f0f 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: 'prettier-or-indent-manually', + choiceLeft: { + title: 'Prettier', + img_path: '/assets/img/benjamin_prettier.png', + }, + choiceRight: { + title: 'Indent Manually', + img_path: '/assets/img/benjamin_scarier.png', + }, + }, ] diff --git a/apps/devchoices-next/public/assets/img-previews/preview-prettier-or-indent-manually.jpg b/apps/devchoices-next/public/assets/img-previews/preview-prettier-or-indent-manually.jpg new file mode 100644 index 0000000..8e05053 Binary files /dev/null and b/apps/devchoices-next/public/assets/img-previews/preview-prettier-or-indent-manually.jpg differ diff --git a/apps/devchoices-next/public/assets/img/benjamin_prettier.png b/apps/devchoices-next/public/assets/img/benjamin_prettier.png new file mode 100644 index 0000000..a9bb600 Binary files /dev/null and b/apps/devchoices-next/public/assets/img/benjamin_prettier.png differ diff --git a/apps/devchoices-next/public/assets/img/benjamin_scarier.png b/apps/devchoices-next/public/assets/img/benjamin_scarier.png new file mode 100644 index 0000000..0e5151b Binary files /dev/null and b/apps/devchoices-next/public/assets/img/benjamin_scarier.png differ