You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/web/components/twitter-editor.tsx
+11-13Lines changed: 11 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -94,18 +94,16 @@ export default function TwitterEditor() {
94
94
isRtl: false,
95
95
name: "John",
96
96
username: "john_doe",
97
-
text: "Elon Musk accused Apple of antitrust violations, claiming that the iPhone maker is favoring OpenAI's ChatGPT while sidelining his AI product Grok and the X app. Musk argues this contravenes fair competition, as both Grok and X struggle to rank high in the App Store despite recent upgrades.",
97
+
text: "Boost your workflow with PostMaker.dev! Create, schedule, and share posts seamlessly across all your platforms. Say goodbye to cluttered posting and hello to smarter content management. Start creating now!",
98
98
showTwitterUI: true,
99
99
verified: true,
100
100
profileImage: "",
101
101
tweetImage: "",
102
102
});
103
103
104
104
const{
105
-
previewHeightPixels,
106
-
previewWidthPixels,
107
-
width: Width,
108
-
height: Height,
105
+
width: width,
106
+
height: height,
109
107
innerPaddingX,
110
108
innerPaddingY,
111
109
pageName,
@@ -224,14 +222,14 @@ export default function TwitterEditor() {
0 commit comments