Merge branch 'master' of github.com:Microsoft/frontend-bootcamp

This commit is contained in:
Ken
2019-03-05 08:38:00 -08:00
53 changed files with 265 additions and 213 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Step 2.6: Redux: React Binding (Demo)
# Step 2.6 - Redux: React binding (Demo)
[Lessons](../../) | [Exercise](../exercise/)
+1 -1
View File
@@ -23,7 +23,7 @@ class TodoHeader extends React.Component<TodoHeaderProps, TodoHeaderState> {
return (
<Stack gap={10}>
<Stack horizontal horizontalAlign="center">
<Text variant="xxLarge">todos</Text>
<Text variant="xxLarge">todos <Text variant="mediumPlus">(2.6 demo)</Text></Text>
</Stack>
<Stack horizontal gap={10}>