diff options
author | Anton Tananaev <anton@traccar.org> | 2023-06-09 07:17:58 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2023-06-09 07:17:58 -0700 |
commit | cb7106f4bfd6856470861890ea5e4c0bbc4703ac (patch) | |
tree | 188f14584d56854b2d8a1ae4a3bd179d4623aedb /modern/src/common/attributes | |
parent | a9aeaac17718096ba11208e6c7ce4902ab355050 (diff) | |
download | trackermap-web-cb7106f4bfd6856470861890ea5e4c0bbc4703ac.tar.gz trackermap-web-cb7106f4bfd6856470861890ea5e4c0bbc4703ac.tar.bz2 trackermap-web-cb7106f4bfd6856470861890ea5e4c0bbc4703ac.zip |
Add inverted logo option
Diffstat (limited to 'modern/src/common/attributes')
-rw-r--r-- | modern/src/common/attributes/useServerAttributes.js | 4 |
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', |