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
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -86,15 +86,15 @@ export default function TwitterEditor() {
86
86
innerPaddingY: 50,
87
87
scale: 1,
88
88
exportScale: 1,
89
-
pageName: "@postmaker.dev",
89
+
pageName: "postmaker.dev",
90
90
logoUrl: "/logo.svg",
91
91
logoUrlLabel: "Created with Postmaker.dev",
92
92
borderRadius: 16,
93
93
hasCardBorder: false,
94
94
isRtl: false,
95
95
name: "John",
96
96
username: "john_doe",
97
-
text: "Writing code is like telling a joke. If you have to explain it, it’s probably broken. The best code makes you smile without saying a word..",
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.",
98
98
showTwitterUI: true,
99
99
verified: true,
100
100
profileImage: "",
@@ -104,8 +104,8 @@ export default function TwitterEditor() {
104
104
const{
105
105
previewHeightPixels,
106
106
previewWidthPixels,
107
-
width: previewWidth,
108
-
height: previewHeight,
107
+
width: Width,
108
+
height: Height,
109
109
innerPaddingX,
110
110
innerPaddingY,
111
111
pageName,
@@ -242,14 +242,14 @@ export default function TwitterEditor() {
0 commit comments