Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e23ae commit 2f620c9Copy full SHA for 2f620c9
coderd/notifications/utils_test.go
@@ -39,8 +39,8 @@ func defaultHelpers() map[string]any {
39
return map[string]any{
40
"base_url": func() string { return "http://test.com" },
41
"current_year": func() string { return "2024" },
42
- "logo_url": func() string { return "https://logo.company" },
43
- "app_name": func() string { return "TestCompany" },
+ "logo_url": func() string { return "https://coder.com/coder-logo-horizontal.png" },
+ "app_name": func() string { return "Coder" },
44
}
45
46
0 commit comments