Skip to content

Commit

Permalink
revert change of contact address
Browse files Browse the repository at this point in the history
  • Loading branch information
hannaeko committed Dec 11, 2023
1 parent d06d0dc commit d27b661
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/assets/app.config.sample.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apiEndpoint": "/api",
"contactAddress": "zonemaster@zonemaster.net",
"contactAddress": "contact@zonemaster.net",
"defaultLanguage": "en",
"enabledLanguages": [ "da", "en", "es", "fi", "fr", "nb", "sv" ],
"logoUrl": "assets/images/zonemaster_logo_2021_color.png",
Expand Down
2 changes: 1 addition & 1 deletion src/environments/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// You can override those in environment configuration files

export const common = {
contactAddress: 'zonemaster@zonemaster.net',
contactAddress: 'contact@zonemaster.net',
logoUrl: 'assets/images/zonemaster_logo_2021_color.png',
footerLogo: '',
footerLogoAlt: '',
Expand Down

0 comments on commit d27b661

Please sign in to comment.