Skip to content

Commit 81dfcb5

Browse files
committed
OCE-546: Resolve edit bug and change logo
1 parent 8965411 commit 81dfcb5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Loading

ui/src/oce/corruption-risk/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { LOGIN_URL } from './constants';
2626
import './style.scss';
2727
import Sidebar from './sidebar';
2828
import { LOCALES } from '../translatable';
29-
import clientLOgo from '../resources/nandi-logo.png';
29+
import clientLOgo from '../resources/logo.png';
3030

3131
const getIndicators = cacheFn((indicatorTypesMapping, corruptionType) => Object.keys(indicatorTypesMapping)
3232
.filter((key) => indicatorTypesMapping[key].types.indexOf(corruptionType) > -1));

ui/src/oce/layout/header.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { LOADED, loadStats, selectStats } from './statsSlice';
1414
import reportWebVitals, { sendToGoogleAnalytics } from '../../reportWebVitals';
1515
import { getGaId } from '../api/Api';
1616
import fmConnect from '../fm/fm';
17-
import clientLOgo from '../resources/nandi-logo.png';
17+
import clientLOgo from '../resources/logo.png';
1818

1919
const initGA = (gaId) => {
2020
ReactGA.initialize(gaId);

0 commit comments

Comments
 (0)