aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-06-09 07:17:58 -0700
committerAnton Tananaev <anton@traccar.org>2023-06-09 07:17:58 -0700
commitcb7106f4bfd6856470861890ea5e4c0bbc4703ac (patch)
tree188f14584d56854b2d8a1ae4a3bd179d4623aedb /modern/src/common
parenta9aeaac17718096ba11208e6c7ce4902ab355050 (diff)
downloadtrackermap-web-cb7106f4bfd6856470861890ea5e4c0bbc4703ac.tar.gz
trackermap-web-cb7106f4bfd6856470861890ea5e4c0bbc4703ac.tar.bz2
trackermap-web-cb7106f4bfd6856470861890ea5e4c0bbc4703ac.zip
Add inverted logo option
Diffstat (limited to 'modern/src/common')
-rw-r--r--modern/src/common/attributes/useServerAttributes.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/modern/src/common/attributes/useServerAttributes.js b/modern/src/common/attributes/useServerAttributes.js
index f70fd220..74749991 100644
--- a/modern/src/common/attributes/useServerAttributes.js
+++ b/modern/src/common/attributes/useServerAttributes.js
@@ -13,6 +13,10 @@ export default (t) => useMemo(() => ({
name: t('serverLogo'),
type: 'string',
},
+ logoInverted: {
+ name: t('serverLogoInverted'),
+ type: 'string',
+ },
colorPrimary: {
name: t('serverColorPrimary'),
type: 'string',