Skip to content

Commit 26ec0bd

Browse files
committed
Confirm props are working
1 parent 8cd6c12 commit 26ec0bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/github/getting-started-with-github/access-permissions-on-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A repository owned by a user account has two permission levels: the *repository
1818

1919
### Organization accounts
2020
<!--react-->
21-
<BlueContent>
21+
<BlueContent extra="hello">
2222

2323
Hello world!
2424

react/BlueContent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const BlueContent = (props) => {
55
return (
66
<div style={{ color: 'blue' }}>
77
{props.children}
8+
{props.extra}
89
</div>
910
)
1011
}

0 commit comments

Comments
 (0)