Skip to content

Commit

Permalink
Replaced coronasafe branding to ohc branding (#5529)
Browse files Browse the repository at this point in the history
  • Loading branch information
siddnikh authored May 31, 2023
1 parent 02fa8c4 commit d9ce94b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions public/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"analytics_server_url": "https://plausible.10bedicu.in",
"static_header_logo": "https://cdn.coronasafe.network/header_logo.png",
"static_light_logo": "https://cdn.coronasafe.network/light-logo.svg",
"static_ohc_light_logo": "https://cdn.coronasafe.network/ohc_logo_light.png",
"static_ohc_green_logo": "https://cdn.coronasafe.network/ohc_logo_green.png",
"static_black_logo": "https://cdn.coronasafe.network/black-logo.svg",
"static_dpg_white_logo": "https://digitalpublicgoods.net/wp-content/themes/dpga/images/logo-w.svg",
"static_coronasafe_logo": "https://3451063158-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M233b0_JITp4nk0uAFp%2F-M2Dx6gKxOSU45cjfgNX%2F-M2DxFOkMmkPNn0I6U9P%2FCoronasafe-logo.png?alt=media&token=178cc96d-76d9-4e27-9efb-88f3186368e8",
Expand Down
2 changes: 2 additions & 0 deletions src/Common/hooks/useConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export interface IConfig {
site_url: string;
analytics_server_url: string;
static_header_logo: string;
static_ohc_light_logo: string;
static_ohc_green_logo: string;
static_light_logo: string;
static_black_logo: string;
/**
Expand Down
6 changes: 3 additions & 3 deletions src/Components/Auth/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import { LocalStorageKeys } from "../../Common/constants";

export const Login = (props: { forgot?: boolean }) => {
const {
static_light_logo,
static_black_logo,
static_dpg_white_logo,
static_coronasafe_logo,
static_light_logo,
static_ohc_light_logo,
recaptcha_site_key,
github_url,
coronasafe_url,
Expand Down Expand Up @@ -236,7 +236,7 @@ export const Login = (props: { forgot?: boolean }) => {
target="_blank"
>
<img
src={static_coronasafe_logo}
src={static_ohc_light_logo}
className="h-10 inline-block"
alt="coronasafe logo"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/Locale/en/Common.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"something_wrong": "Something went wrong! Try again later!",
"try_again_later": "Try again later!",
"contribute_github": "Contribute on Github",
"footer_body": "CoronaSafe Network is an open-source public utility designed by a multi-disciplinary team of innovators and volunteers. CoronaSafe CARE is a Digital Public Good recognised by the United Nations.",
"footer_body": "Open Healthcare Network is an open-source public utility designed by a multi-disciplinary team of innovators and volunteers. Open Healthcare Network CARE is a Digital Public Good recognised by the United Nations.",
"reset": "Reset",
"download": "Download",
"downloads": "Downloads",
Expand Down

0 comments on commit d9ce94b

Please sign in to comment.