Skip to content

Commit e116731

Browse files
authored
Merge pull request #16 from saschwarz/patch-2
Clarify EpicStackLogo is a react component
2 parents 049b0b2 + 39ceea4 commit e116731

File tree

1 file changed

+3
-1
lines changed
  • exercises/01.project-setup/01.problem.unstyled-markup/src

1 file changed

+3
-1
lines changed

exercises/01.project-setup/01.problem.unstyled-markup/src/App.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ export default function App() {
33
<>
44
<p>Let's build something epic!</p>
55
{/*
6-
🐨 1. Import the { EpicStackLogo } from the './logos/logos.tsx' file. Render it with a width and height of level 20
6+
🐨 1. Import the { EpicStackLogo } component from the './logos/logos.tsx' file.
7+
It is a React component that accepts Tailwind classNames.
8+
Render it with a width and height of level 20
79
*/}
810

911
{/*

0 commit comments

Comments
 (0)