Skip to content

Commit

Permalink
Image コンポーネントの読み込み(#22
Browse files Browse the repository at this point in the history
  • Loading branch information
toshifumiimanishi committed Jun 22, 2020
1 parent ae144df commit de89961
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/GitHub.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from 'react'
import styled from 'styled-components'
import Time from '../components/atoms/Time'
import Image from '../components/atoms/Image';
import { breakpointUp } from '../utils/breakpoints'
import { GitHub_User } from '../../types/graphql-types'

Expand Down Expand Up @@ -42,7 +43,7 @@ const GitHubDOM: React.FC<DOMProps> = ({ className, viewer }) => (
</div>
<div className="github_contribution github_activity">
<i className="github_icon">
<img src="/assets/images/icon_contribution.png" alt="" />
<Image filename="icon_contribution.png" alt="" />
</i>
コントリビューション
<br />
Expand Down

0 comments on commit de89961

Please sign in to comment.