diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-10-28 12:15:25 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-10-28 12:15:25 +0200 |
| commit | 886877950b1a2b4006d1f5dbe93367c086e213a0 (patch) | |
| tree | 9660a342d3e8a172907e70b00bd69b49c47bd134 /src/components/home/ContactSection.js | |
| parent | 194b0125d44ed960ba4d2e79bfc64633d92e1c29 (diff) | |
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"> |
