chore: add Star the Repo to support links (#13924)

This commit is contained in:
Kyle Carberry
2024-07-17 15:39:03 -04:00
committed by GitHub
parent 80cbffe843
commit 3e1fae7d3d
3 changed files with 24 additions and 0 deletions

View File

@ -26,6 +26,11 @@ var DefaultSupportLinks = []codersdk.LinkConfig{
Target: "https://coder.com/chat?utm_source=coder&utm_medium=coder&utm_campaign=server-footer",
Icon: "chat",
},
{
Name: "Star the Repo",
Target: "https://github.com/coder/coder",
Icon: "star",
},
}
type AGPLFetcher struct{}