Skip to content

Commit

Permalink
Update company text in flex.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kkdai committed Jan 25, 2024
1 parent 0c9bf3a commit 006a801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func getSingleCard(card Person) messaging_api.FlexBubble {
&messaging_api.FlexText{
Color: "#6EC4C4",
Size: "sm",
Text: "Company",
Text: card.Company,
Weight: "bold",
},
&messaging_api.FlexText{
Expand Down

0 comments on commit 006a801

Please sign in to comment.