We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da07ca commit 4e743e6Copy full SHA for 4e743e6
apps/web/lib/content.ts
@@ -129,6 +129,26 @@ export const defaultEditorContent = {
129
},
130
],
131
132
+ {
133
+ type: "listItem",
134
+ content: [
135
136
+ type: "paragraph",
137
138
139
+ type: "text",
140
+ text: "Add tweets from the command slash menu:",
141
+ },
142
+ ],
143
144
145
+ type: "twitter",
146
+ attrs: {
147
+ src: "https://x.com/elonmusk/status/1800759252224729577",
148
149
150
151
152
153
154
{
0 commit comments