Skip to content

Commit

Permalink
fix:tweetLimit in community/newsroom isn't been reflected(asyncapi#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
toffee-k21 committed Aug 25, 2024
1 parent bf61566 commit b7e3f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/newsroom/Newsroom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function Newsroom() {
</div>
<div className='w-full px-2 md:w-1/2 md:pl-4 md:pr-0'>
<div className='mx-auto mt-8 w-full rounded-xl shadow-md md:mt-0' data-testid='Newsroom-Twitter'>
<TwitterTimelineEmbed sourceType='profile' screenName='AsyncAPISpec' options={{ tweetLimit: '2' }} />
<TwitterTimelineEmbed sourceType='profile' screenName='AsyncAPISpec' options={{ tweetLimit: 2 }} />
</div>
</div>
</div>
Expand Down

0 comments on commit b7e3f00

Please sign in to comment.