Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f620c9

Browse files
committed
feat(notifications): improve logo_url and app_name fetching moving it to notifications package
1 parent 70e23ae commit 2f620c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/notifications/utils_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ func defaultHelpers() map[string]any {
3939
return map[string]any{
4040
"base_url": func() string { return "http://test.com" },
4141
"current_year": func() string { return "2024" },
42-
"logo_url": func() string { return "https://logo.company" },
43-
"app_name": func() string { return "TestCompany" },
42+
"logo_url": func() string { return "https://coder.com/coder-logo-horizontal.png" },
43+
"app_name": func() string { return "Coder" },
4444
}
4545
}
4646

0 commit comments

Comments
 (0)