Skip to content

Commit

Permalink
change contact
Browse files Browse the repository at this point in the history
  • Loading branch information
saaeg657 committed Jan 20, 2018
1 parent 8da2c44 commit 2bea495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Main/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

const styles = {
contents: {
width: '30%',
width: '60%',
margin: 'auto',
marginTop: 150,
},
Expand All @@ -15,7 +15,7 @@ class Contact extends React.Component {
render() {
return (
<div style={styles.contents}>
<h1>[email protected]</h1>
<a href='https://gitter.im/cryptto-ethereum/Lobby'><h1>https://gitter.im/cryptto-ethereum/Lobby</h1></a>
{/* <img src='https://cdn.mirror.wiki/http://www.dsb.kr/data/chinesehansi/1228643372-22.jpg' style={styles.img} />
<h1>Developer : Kim Jong-deok, the Kuyam<a href="http://cafe.daum.net/kuyam"> (http://cafe.daum.net/kuyam) </a></h1> */}
</div>
Expand Down

0 comments on commit 2bea495

Please sign in to comment.