Skip to content

Lesson 3 1#28

Open
kiruikkev wants to merge 20 commits intoCode-the-Dream-School:mainfrom
kiruikkev:lesson-3-1
Open

Lesson 3 1#28
kiruikkev wants to merge 20 commits intoCode-the-Dream-School:mainfrom
kiruikkev:lesson-3-1

Conversation

@kiruikkev
Copy link

Lesson-3-1

Copy link

@nathanhmiles nathanhmiles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job, just some minor issues with spacing and a fragment that we don't need anymore.

Keep it up!

<BrowserRouter>
<Routes>
<Route path="/" exact element={
<>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fragment is not necessary anymore as there are other tags wrapping the rest of the JSX

@@ -0,0 +1,5 @@

.ListItem{
color:rgb(233, 134, 134)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor spacing issue here, better to have it like this:

.ListItem {
    color: rgb(233, 134, 134)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants