-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from ensdomains/hotfix/disable-playroom
Remove playroom
- Loading branch information
Showing
7 changed files
with
418 additions
and
1,833 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta name="description" content="Design systems for ENS built with React and styled-components" /> | ||
<meta charset="utf-8"> | ||
<title>ENS Design</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="author" content=""> | ||
</head> | ||
|
||
<body> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
import { CreateUrlOptions, createUrl } from 'playroom' | ||
export {} | ||
// import { CreateUrlOptions, createUrl } from 'playroom' | ||
|
||
export const createPlayroomLink = (options: CreateUrlOptions = {}) => { | ||
return createUrl({ | ||
baseUrl: | ||
process.env.NODE_ENV === 'development' | ||
? 'http://localhost:8082' | ||
: '/playroom', | ||
widths: [640], | ||
...options, | ||
}) | ||
} | ||
// export const createPlayroomLink = (options: CreateUrlOptions = {}) => { | ||
// return createUrl({ | ||
// baseUrl: | ||
// process.env.NODE_ENV === 'development' | ||
// ? 'http://localhost:8082' | ||
// : '/playroom', | ||
// widths: [640], | ||
// ...options, | ||
// }) | ||
// } |
Oops, something went wrong.