From 943ba34a484b193b9831abaa378b2783c260c123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pu=CC=81c=CC=8Cala?= Date: Fri, 2 Aug 2024 02:32:21 +0200 Subject: [PATCH] Fix App.tsx instructions (logos.tsx -> logos.ts) --- .../01.project-setup/01.problem.unstyled-markup/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.