Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Add more texts (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanDalelR authored Jan 29, 2024
1 parent 282bd0c commit bd377e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/actions/markdownHelpers/randomText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ const randomText = () => {
const textList = [
"\n[Why not invite more people to your team?](https://app.watermelontools.com/team)",
"\n[Have you starred Watermelon?](https://github.com/watermelontools/watermelon)",
"\n[Follow us Watermelon on 𝕏!](https://x.com/watermelontools)",
"\n[Have you checked out our blog?](https://watermelontools.com/blog)",
"\n[We are also on LinkedIn](https://www.linkedin.com/company/watermelon-tools)",
];

let randomChance = Math.random() * 100;
Expand Down

0 comments on commit bd377e8

Please sign in to comment.