mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore: add Star the Repo to support links (#13924)
This commit is contained in:
@ -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{}
|
||||
|
Reference in New Issue
Block a user