Skip to content

Commit f947b0a

Browse files
committedNov 30, 2023
Add nice tweet to testimonials
1 parent 9bb775f commit f947b0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎packages/docs/src/components/Tweets.astro

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ const BEARER_TOKEN = import.meta.env.BEARER_TOKEN;
1010
const isFetch = ENVIRONMENT !== 'development' && Boolean(BEARER_TOKEN);
1111
1212
const tweetIds = [
13+
'1730180003453927560',
14+
'1691460974518353920',
1315
'1729181106715632088',
1416
'1729157761215369264',
1517
'1727040036334424406',
1618
'1726807293583609935',
1719
'1714023231689031941',
1820
'1696221274039595363',
1921
'1693944495472046382',
20-
'1691460974518353920',
2122
'1691120132901240832',
2223
'1685298103094554625',
2324
'1581910299846012928',

0 commit comments

Comments
 (0)
Please sign in to comment.