We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa515c commit 1016793Copy full SHA for 1016793
src/App.jsx
@@ -1,3 +1,5 @@
1
+import reactImg from './assets/react-core-concepts.png';
2
+
3
const reactDescriptions = ['Fundamental', 'Crucial', 'Core'];
4
5
function genRandomInt(max) {
@@ -9,7 +11,7 @@ function Header() {
9
11
10
12
return (
13
<header>
- <img src="src/assets/react-core-concepts.png" alt="Stylized atom" />
14
+ <img src={reactImg} alt="Stylized atom" />
15
<h1>React Essentials</h1>
16
<p>
17
{description} React concepts you will need for almost any app you are
0 commit comments