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 #1261 from govau/ji-fix-navbar-style
Browse files Browse the repository at this point in the history
Fix overrides.css removed in previous commit
  • Loading branch information
jcscottiii authored Oct 17, 2017
2 parents f625bae + 2cc062a commit 3bbde79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion static_src/components/navbar.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import PropTypes from 'prop-types';
import React from 'react';

Expand Down
1 change: 1 addition & 0 deletions static_src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import 'cloudgov-style/css/base.css';
import 'cloudgov-style/css/cloudgov-style.css';
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';
Expand Down

0 comments on commit 3bbde79

Please sign in to comment.