8000 Update 03-PowerOfJSX-solution.js · tyroprogrammer/learn-react-app@70a5246 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70a5246

Browse files
tavitotyroprogrammer
authored andcommitted
Update 03-PowerOfJSX-solution.js
I changed the Apple ticker, from APPL to AAPL
1 parent 0628d59 commit 70a5246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exercise/solution/03-PowerOfJSX-solution.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22

33
function StockProfile(props) {
4-
const stockTicker = 'APPL';
4+
const stockTicker = 'AAPL';
55
const companyProfileInfo = {
66
'Company Name': 'Apple Inc.',
77
'Price': 150,

0 commit comments

Comments
 (0)
0