diff options
| author | Georgios Andreadis <G.Andreadis@student.tudelft.nl> | 2017-11-10 09:02:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-10 09:02:07 +0100 |
| commit | 46137ff8dafa045a376549527df6098e10782420 (patch) | |
| tree | 62a92af663a7432d5c413763aeb44e42284906cf /src/components/home/ContactSection.js | |
| parent | aef3e697f02806a47dec3843a071f8b5cd9980bc (diff) | |
| parent | 4d6532d6b642137851f9bcc1cabadbc2bd8407bd (diff) | |
Merge pull request #56 from atlarge-research/upgrade-dependencies
Upgrade dependencies
Diffstat (limited to 'src/components/home/ContactSection.js')
| -rw-r--r-- | src/components/home/ContactSection.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/home/ContactSection.js b/src/components/home/ContactSection.js index d957297a..4e640924 100644 --- a/src/components/home/ContactSection.js +++ b/src/components/home/ContactSection.js @@ -1,6 +1,5 @@ import React from "react"; import FontAwesome from "react-fontawesome"; -import Mailto from "react-mailto"; import "./ContactSection.css"; import ContentSection from "./ContentSection"; @@ -15,11 +14,11 @@ const ContactSection = () => ( </a> </div> <div className="col-4"> - <Mailto title="Contact us" email="opendc@atlarge-research.com"> + <a href="mailto:opendc@atlarge-research.com"> <FontAwesome name="envelope" size="3x" className="mb-2" /> <div className="w-100" /> opendc@atlarge-research.com - </Mailto> + </a> </div> </div> <div className="row"> |
