Skip to content

Commit

Permalink
Fix references to devvit-play
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Oct 31, 2023
1 parent fc07d1a commit 2555125
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ git commit -m 'Version changelog'
VERSION_TYPE=patch tools/publish-stable.bash

# Upload the play-*.html artifact. Click "generate release notes". Append
# `[**Repo changelog**](https://github.com/reddit/devvit-play/blob/main/docs/changelog.md)`.
open https://github.com/reddit/devvit-play/releases/new
# `[**Repo changelog**](https://github.com/reddit/play/blob/main/docs/changelog.md)`.
open https://github.com/reddit/play/releases/new
```

## Unstable Development Release (`@next`)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Reddit",
"bugs": "https://github.com/reddit/devvit-play/issues",
"bugs": "https://github.com/reddit/play/issues",
"description": "Devvit app :playground.",
"devDependencies": {
"@ampproject/filesize": "4.3.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
]
}
},
"homepage": "https://github.com/reddit/devvit-play",
"homepage": "https://github.com/reddit/play",
"keywords": [
"devvit",
"playground"
Expand All @@ -79,7 +79,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/reddit/devvit-play.git"
"url": "https://github.com/reddit/play.git"
},
"scripts": {
"build": "tools/build.js && tsc --build",
Expand Down
4 changes: 4 additions & 0 deletions src/ui/components/play-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export class PlayButton extends LitElement {
display: inline-block;
}
/* to-do: consolidate to buttonish.css use in new template button and
.cm-button. */
/* Default button styles. Medium size. */
button {
display: flex;
Expand Down Expand Up @@ -159,6 +162,7 @@ export class PlayButton extends LitElement {
outline-color: var(--color-brand-background);
}
/* to-do: extract to component. */
.badge {
color: var(--color-notification-foreground);
border-radius: 9001px;
Expand Down

0 comments on commit 2555125

Please sign in to comment.