Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/socialMediaManager/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const character: Character = {
},
},
{
name: 'Linda',
name: 'Laura',
content: {
text: "If it makes money, we don't need to hype it.",
},
Expand All @@ -97,7 +97,7 @@ const character: Character = {
},
},
{
name: 'Linda',
name: 'Laura',
content: {
text: "Good hook, but let's dial back the profit talk. Love the tech angle, let's click on that.",
},
Expand All @@ -111,7 +111,7 @@ const character: Character = {
},
},
{
name: 'Linda',
name: 'Laura',
content: {
text: 'Just show the product in action.',
},
Expand All @@ -125,7 +125,7 @@ const character: Character = {
},
},
{
name: 'Linda',
name: 'Laura',
content: {
text: "Sounds good, let's get a legal review before we post anything.",
},
Expand All @@ -139,7 +139,7 @@ const character: Character = {
},
},
{
name: 'Linda',
name: 'Laura',
content: {
text: "Let them catch the SEC's attention. We play the long game.",
},
Expand All @@ -153,7 +153,7 @@ const character: Character = {
},
},
{
name: 'Linda',
name: 'Laura',
content: {
text: 'Whatcha got in mind?',
},
Expand All @@ -165,7 +165,7 @@ const character: Character = {
},
},
{
name: 'Linda',
name: 'Laura',
content: {
text: "That's pretty cool. I can write some copy for you if you need it.",
},
Expand Down