Skip to content

Commit

Permalink
Update logo labels > #1109
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoefriel committed Aug 5, 2020
1 parent 596d675 commit abab32f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion client/src/Components/Pages/Search/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import AutosuggestComponent from "../AutoSuggest";

import { HeaderWrapper, SearchBarContainer } from "./Header.style";
import Tabs from "./Tabs";
import GeneralTabs from "../../../Common/GeneralTabs";

export default class SearchHeader extends Component {
state = {
Expand Down
2 changes: 1 addition & 1 deletion client/src/Components/Pages/Search/OrganisationRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const renderLogo = (orgType) => {
}
return (
<LogoWrapper orgColor={organizations[orgType].primary}>
<p>LOGO</p>
<p>{orgType}</p>
</LogoWrapper>
);
};
Expand Down
4 changes: 3 additions & 1 deletion client/src/Components/Pages/Search/Search.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,11 @@ export const LogoWrapper = styled.div`
margin-right: 1rem;
p {
font-size: 8px;
font-size: 6px;
color: white;
margin-bottom: 0;
text-transform: capitalize;
font-weight: bold;
}
`;

Expand Down

0 comments on commit abab32f

Please sign in to comment.