Skip to content

Conversation

@NoaTaboCode
Copy link

No description provided.

Copy link
Member

@Tamir198 Tamir198 left a comment

Choose a reason for hiding this comment

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

Left you some comments

display: flex;
flex-direction: column;
flex-direction: row;
gap: 30px;
Copy link
Member

Choose a reason for hiding this comment

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

I don`t think that you need it, row is by default

return (
// TODO: Country component
<div>Country</div>
<div className='country'>
Copy link
Member

Choose a reason for hiding this comment

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

Destruct the country props in here

<div className="logo">
<h1>Where in the world?</h1>
</div>
<button type="button" aria-label="Theme Switcher Button" className="theme-toggle flex flex-jc-sb flex-ai-c">
Copy link
Member

Choose a reason for hiding this comment

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

Consider extract all of constants strings into a file

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