Skip to content

Commit 7722280

Browse files
committed
add bsky embed to release post
1 parent 03f237c commit 7722280

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/components/EmbeddableBlueskyPost.client.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function onPostMessage(event: MessageEvent) {
8383
/* INFO: Matches Bluesky's internal max-width */
8484
max-width: 37.5rem;
8585
width: 100%;
86-
margin: 1.5rem 0;
86+
margin: 1.5rem auto;
8787
/* INFO: Necessary to remove the white 1px line at the bottom of the embed. Also sets border-radius */
8888
clip-path: inset(0 0 1px 0 round 0.75rem);
8989
}

app/pages/blog/alpha-release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ people's frustrations with the npm experience on the web and the CLI. The questi
4343
as they voiced frustrations with the user experience including code browsing, missing data, trust signals, surfacing
4444
dependencies, and the friction surrounding the publishing experience.
4545

46+
<EmbeddableBlueskyPost url="https://bsky.app/profile/danielroe.dev/post/3md3cmrg56k2r" />
47+
4648
It was clear there was a huge opportunity to build a fast, modern browser for the npm registry with an improved
4749
developer experience, and that there were people willing to work with Daniel to build it.
4850

0 commit comments

Comments
 (0)