fixing playground links
Summary: Updating links to playgrounds Reviewed By: davidaurelio Differential Revision: D14775759 fbshipit-source-id: 8c5c30aa63f2ec2787c1a15a72d09f4e642dd672
This commit is contained in:
committed by
Facebook Github Bot
parent
a1e47e37ae
commit
3d8afa9e90
@@ -264,7 +264,7 @@ export default class Playground extends Component<Props, State> {
|
||||
<URLShortener />
|
||||
) : (
|
||||
<Button
|
||||
href={`/playground#${this.getHash()}`}
|
||||
href={`/playground?${this.getHash()}`}
|
||||
type="primary">
|
||||
Open Playground
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user