Skip to content

Commit

Permalink
added ontario genomics logo
Browse files Browse the repository at this point in the history
  • Loading branch information
suluxan committed Aug 6, 2020
1 parent b2d0b61 commit ff99c59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Binary file removed react/src/components/info/GC.jpeg
Binary file not shown.
Binary file added react/src/components/info/GC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions react/src/components/info/InfoModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import * as RA from 'ramda-adjunct'

import UHN from './UHN.png'
import SK from './SK.png'
import GC from './GC.jpeg'
import GC from './GC.png'
import OG from './OG.png'
import MBD from './MBD.jpg'

const InfoModal = ({
Expand Down Expand Up @@ -64,7 +65,7 @@ const InfoModal = ({
<Segment>
<Header content='Supported By'/>
<Grid>
<Grid.Row columns={4}>
<Grid.Row columns={5}>
<Grid.Column>
<Image src={UHN}/>
</Grid.Column>
Expand All @@ -74,6 +75,9 @@ const InfoModal = ({
<Grid.Column>
<Image src={GC}/>
</Grid.Column>
<Grid.Column>
<Image src={OG}/>
</Grid.Column>
<Grid.Column>
<Image src={MBD}/>
</Grid.Column>
Expand Down
Binary file added react/src/components/info/OG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ff99c59

Please sign in to comment.