diff --git a/exercises/01.project-setup/01.problem.unstyled-markup/src/App.tsx b/exercises/01.project-setup/01.problem.unstyled-markup/src/App.tsx index e4141f9..72dd945 100644 --- a/exercises/01.project-setup/01.problem.unstyled-markup/src/App.tsx +++ b/exercises/01.project-setup/01.problem.unstyled-markup/src/App.tsx @@ -3,7 +3,7 @@ export default function App() { <>
Let's build something epic!
{/* - 🐨 1. Import the { EpicStackLogo } component from the './logos/logos.tsx' file. + 🐨 1. Import the { EpicStackLogo } component from the './logos/logos.ts' file. Render it with a width and height of level 20 */} @@ -21,7 +21,7 @@ export default function App() { */} {/* - 🐨 4. Import the { logos } from the './logos/logos.tsx' file. + 🐨 4. Import the { logos } from the './logos/logos.ts' file. 1. Add an `ul` for the logos list. 2. Iterate over the `logos` array and render an `li` for each logo.