Skip to content

Commit

Permalink
adding additional Logo components
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Ingham authored and Hannah Ingham committed Apr 4, 2019
1 parent 27478e4 commit 4c5a6d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/2018/src/assets/LandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,7 @@ class LandingPage extends React.Component {
<div className={aboutCivicWrapper} id="aboutCivic">
<div className={sectionHeaderWrapper}>
<div className={smallLogoWrapper}>
{/* <img src={smallLogo} /> */}
<Logo tyle={squareLogo}/>
<Logo type="squareLogo"/>
</div>
<div className={sectionRightContainer}>
<div className={sectionHeaderTitle}>
Expand Down
2 changes: 1 addition & 1 deletion packages/2018/src/components/LandingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ class LandingPage extends React.Component {
<div className={aboutCivicWrapper} id="aboutCivic">
<div className={sectionHeaderWrapper}>
<div className={smallLogoWrapper}>
<Logo type={squareLogo}/>
<Logo type="squareLogo"/>
</div>
<div className={sectionRightContainer}>
<div className={sectionHeaderTitle}>
Expand Down
3 changes: 2 additions & 1 deletion packages/2018/src/components/PortlandCollectionPage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react';
import { css } from 'emotion';
import { Link } from 'react-router';
import { Logo } from '@hackoregon/component-library'

const collectionPageWrapper = css`
position: relative;
Expand Down Expand Up @@ -135,7 +136,7 @@ const PortlandCollectionPage = () => (
<div className={leftContainer}>
<div className={homeLink}>
<Link to="/">
<img src={require(`../../../component-library/assets/civic-logo-animated.svg`)} />
<Logo />
</Link>
</div>
<h1>Portland Collections</h1>
Expand Down

0 comments on commit 4c5a6d7

Please sign in to comment.