Add step number to headers

This commit is contained in:
Elizabeth Craig
2019-02-28 11:37:17 -08:00
parent b030ad033d
commit 6e583f7fc0
23 changed files with 23 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ export class TodoHeader extends React.Component<TodoHeaderProps, TodoHeaderState
return (
<Stack gap={10}>
<Stack horizontal horizontalAlign="center">
<Text variant="xxLarge">todos</Text>
<Text variant="xxLarge">todos - step2-07 exercise</Text>
</Stack>
<Stack horizontal gap={10}>