Skip to content

Commit

Permalink
Update helper text for discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianfreeman committed Apr 8, 2024
1 parent 656788b commit f54fd7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/templates/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ const getPrimaryLinkText = (linkType) => {
return "View on Twitter"
case "website":
return "Visit website"
case "discord":
return "Discord"
default:
return "Learn more"
}
Expand All @@ -53,6 +55,8 @@ const getLinkText = (linkType) => {
return "Twitter"
case "website":
return "Website"
case "discord":
return "Discord"
default:
return "Learn more"
}
Expand Down

0 comments on commit f54fd7d

Please sign in to comment.