Skip to content

Commit

Permalink
Add Avon green styling colours (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeParky authored Nov 27, 2024
1 parent b728153 commit b3a2a92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terriajs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM ghcr.io/terriajs/terriamap:0.2.1
FROM lparkinson/otakaro_terria_map:1.4

# Install envsubst dependencies
USER root
Expand Down
4 changes: 3 additions & 1 deletion terriajs/client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"tabbedCatalog": true,
"supportEmail": "[email protected]",
"cesiumIonAccessToken": "$CESIUM_ACCESS_TOKEN",
"brandBarElements": []
"brandBarElements": [
"<h3 style=\"color: white;\">Ōtākaro Digital Twin<h3>"
]
}
}

0 comments on commit b3a2a92

Please sign in to comment.