mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 07:01:19 -04:00
organize types a bit more sanely & bump deps
This commit is contained in:
@@ -9,7 +9,7 @@ export type TweetEmbedProps = {
|
||||
const TweetEmbed = ({ id, className, options }: TweetEmbedProps) => (
|
||||
<Tweet
|
||||
className={className}
|
||||
id={id}
|
||||
tweetId={id}
|
||||
options={{
|
||||
dnt: true,
|
||||
align: "center",
|
||||
|
Reference in New Issue
Block a user