Skip to content

Commit ed4e3f1

Browse files
authored
Merge pull request #1 from Cultti/master
Update README with new openInNewTab prop
2 parents 0ecc5b0 + ad228e0 commit ed4e3f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import GHCorner from 'react-gh-corner';
3737
bgColor="hotpink"
3838
size={250}
3939
ariaLabel="Check my project"
40+
openInNewTab={true}
4041
/>
4142
```
4243

@@ -51,6 +52,7 @@ interface Props {
5152
bgColor?: string;
5253
size?: number;
5354
ariaLabel?: string;
55+
openInNewTab?: boolean;
5456
}
5557
```
5658

0 commit comments

Comments
 (0)