Skip to content

Commit

Permalink
fix: hide email
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Dzieniszewski committed Mar 1, 2019
1 parent bb6cd77 commit 0f4a116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ class App extends Component {
<p>
Applantic
</p>
<a
{/* <a
className="link"
href="mailto:[email protected]"
target="_blank"
rel="noopener noreferrer"
>
[email protected]
</a>
</a> */}
</header>
</div>
);
Expand Down

0 comments on commit 0f4a116

Please sign in to comment.