mirror of
https://github.com/kay-is/react-from-zero.git
synced 2026-04-24 03:00:06 -04:00
Fixed title errors and inconsistencies (#6)
This commit is contained in:
committed by
Kay Plößer
parent
9e3bae1aec
commit
62dc2789ae
@@ -1,6 +1,6 @@
|
||||
<!doctype html>
|
||||
|
||||
<title>3 Nested Elements - React From Zero</title>
|
||||
<title>03 Nested Elements - React From Zero</title>
|
||||
|
||||
<script src="https://unpkg.com/react@15.4.2/dist/react.js"></script>
|
||||
<script src="https://unpkg.com/react-dom@15.4.2/dist/react-dom.js"></script>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!doctype html>
|
||||
|
||||
<title>12 Component Refactor - React From Zero</title>
|
||||
<title>13 Element Refactor - React From Zero</title>
|
||||
|
||||
<script src="https://unpkg.com/react@15.4.2/dist/react.js"></script>
|
||||
<script src="https://unpkg.com/react-dom@15.4.2/dist/react-dom.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user