Skip to content
Merged
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 src/content/learn/importing-and-exporting-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Tällä sivulla opit:

<Challenges>

### Jaa komponentteja edelleen {/*split-the-components-further*/}
#### Jaa komponentteja edelleen {/*split-the-components-further*/}

Tällä hetkellä `Gallery.js` exporttaa molemmat `Profile`:n sekä `Gallery`:n, joka on hieman sekavaa.

Expand Down
4 changes: 2 additions & 2 deletions src/content/learn/javascript-in-jsx-with-curly-braces.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ body > div > div { padding: 20px; }

</Solution>

### Poimi tieto olioon {/*extract-information-into-an-object*/}
#### Poimi tieto olioon {/*extract-information-into-an-object*/}

Siirrä kuvan URL `person` olioon.

Expand Down Expand Up @@ -424,7 +424,7 @@ body > div > div { padding: 20px; }

</Solution>

### Kirjoita Write an expression inside JSX curly braces {/*write-an-expression-inside-jsx-curly-braces*/}
#### Kirjoita Write an expression inside JSX curly braces {/*write-an-expression-inside-jsx-curly-braces*/}

Alla olevassa oliossa kuvan URL osoite on rakennettu neljästä palasta: pohja URL, `imageId`, `imageSize` ja tiedostopäätteestä.

Expand Down