Skip to content

Title: Image and solution mismatch in Notification example #35

@kesava-karri

Description

@kesava-karri

Hey! 👋 Noticed a small mismatch between the example image and the solution in App.js.

To match the image, the isRead props should be:
For instance, to match the image shown, the props should be:

<Notification message="Fatima commented on your post." isRead={false} />
<Notification message="Daniel's birthday is today! 🎂" isRead={true} />
<Notification message="Rhea just posted on their feed!" isRead={false} />

But the current solution has a different order.
Maybe tweak the wording (“The output should look like this” → “Something similar to this image”) or update the props to match.

Just a small fix to avoid confusion for learners 😊

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions