Skip to content

Commit 08fde7d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exercise/03-PowerOfJSX.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function CompanyProfile(props) {
1111
* 💡 some variables to store mock data
1212
* We will use these data to display the company profile information
1313
*/
14-
const stockTicker = 'APPL';
14+
const stockTicker = 'AAPL';
1515
const companyProfileInfo = {
1616
'Company Name': 'Apple Inc.',
1717
'Price': 150,

0 commit comments

Comments
 (0)