Skip to content

Commit

Permalink
replace emoji with arrow symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Jan 22, 2025
1 parent a157fe9 commit 5e22878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sling/sling_media.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var SlingMedia = media{}

func (m media) PrintFollowUs() {
choices := []string{
g.F("%s 👉 %s", color.HiGreenString("Follow Sling's Evolution"), color.HiBlueString("https://x.com/SlingDataIO")),
g.F("%s => %s", color.HiGreenString("Follow Sling's Evolution"), color.HiBlueString("https://x.com/SlingDataIO")),
// g.F("%s%s", color.HiGreenString("Follow Sling's Evolution: "), color.HiBlueString("https://linkedin.com/company/slingdata-io")),
}
i := g.RandInt(len(choices))
Expand Down

0 comments on commit 5e22878

Please sign in to comment.