Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ And going on `localhost:4200` you should see the project running.
If you want to work on components, on design system, or on a dedicated environment without bore effects of the app, you can run the storybook:

```bash
nx run shared-ui:storybook
npx nx run shared-ui:storybook
```

You should see this in your terminal
Expand Down
11 changes: 11 additions & 0 deletions apps/devchoices-next/public/assets/data/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,15 @@ export const questions: QuestionInterface[] = [
img_path: '/assets/img/rebase.jpg',
},
},
{
slug: 'wireful-or-wireless',
choiceLeft: {
title: 'Wired',
img_path: '/assets/img/earphones_wired.jpeg',
},
choiceRight: {
title: 'Wireless',
img_path: '/assets/img/earphones_wireless.jpeg',
},
},
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading