Skip to content

Commit

Permalink
🐛 (tweet) update emojis sizing so it isn't blurry
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed May 3, 2021
1 parent fecb973 commit e55a998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twitter/lib/directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function mapAST(ast) {
if (matchClass('Emoji--forText')(node)) {
return {
type: 'html',
value: `<prose-img src="${node.props.src}" alt="${node.props.alt}" class="emoji" width="24" height="24"></prose-img>`
value: `<prose-img src="${node.props.src}" alt="${node.props.alt}" class="emoji" width="72" height="72"></prose-img>`
}
}
const { props } = node
Expand Down

1 comment on commit e55a998

@vercel
Copy link

@vercel vercel bot commented on e55a998 May 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.