Skip to content

Commit 4714b74

Browse files
committed
fix: Remove default
1 parent c9d7f23 commit 4714b74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

internal/config/config.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ func setDefaults(conf *Config) {
159159
if conf.UI.Theme == "" {
160160
conf.UI.Theme = "light"
161161
}
162-
if conf.UI.Header.Logo == "" {
163-
conf.UI.Header.Logo = "https://raw.githubusercontent.com/henrywhitaker3/prompage/refs/heads/main/internal/resources/static/icon.png"
164-
}
165162
}
166163

167164
func setDefaultQueryValues(q *Query) {

0 commit comments

Comments
 (0)