Skip to content

Commit

Permalink
Merge pull request #1233 from joreilly/hide-logoUrlDark
Browse files Browse the repository at this point in the history
Hide logoUrlDark
  • Loading branch information
martinbonnin authored Apr 5, 2024
2 parents 0595341 + 3a6bf50 commit b98e4e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ data class PartnerGroup(

data class Partner(
val name: String,
val logoUrl: String,
val logoUrlDark: String?,
private val logoUrl: String,
private val logoUrlDark: String?,
val url: String,
) {
/**
Expand Down

0 comments on commit b98e4e2

Please sign in to comment.