You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the concept of a page 'Generating'. When this is happens it means that the topic already exists in the database (it was generated earlier because it was 'related' to an existing topic) but without a description.
Because we have both the topic image and the topic name, it means we can show a custom generating page:
Task
Replace:
With:
### Acceptance criteria
Create a new file Generating.jsx to store the Generating component
When a page is being generated we should show this new component, rather than the string Generating....
Description
We have the concept of a page 'Generating'. When this is happens it means that the topic already exists in the database (it was generated earlier because it was 'related' to an existing topic) but without a description.
Because we have both the topic image and the topic name, it means we can show a custom generating page:
Task
Replace:
With:
### Acceptance criteria
Generating.jsx
to store the Generating componentGenerating....
The text was updated successfully, but these errors were encountered: