Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1264 from govau/ji-favicon-skinning
Browse files Browse the repository at this point in the history
Load cloud.gov favicon in cg skin, not globally
  • Loading branch information
jcscottiii authored Nov 6, 2017
2 parents c435fc4 + da1c197 commit 48ce553
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion static_src/components/confirmation_box.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**
* A component that renders a box with a different style and background
*/
Expand Down
1 change: 0 additions & 1 deletion static_src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import './css/main.css';
import './css/overrides.css';
// Icon used in cg-uaa.
import './img/dashboard-uaa-icon.jpg';
import 'cloudgov-style/img/favicon.ico';

import React from 'react';
import ReactDOM from 'react-dom';
Expand Down
1 change: 1 addition & 0 deletions static_src/skins/cg/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';

export { default as header } from './header';
import 'cloudgov-style/img/favicon.ico';
import InfoActivities from '../../components/info_activities.jsx';
import InfoEnvironments from '../../components/info_environments.jsx';
import InfoSandbox from '../../components/info_sandbox.jsx';
Expand Down

0 comments on commit 48ce553

Please sign in to comment.