Skip to content

Commit

Permalink
Update speakers, fix broken github link
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Jun 6, 2017
1 parent 4fe5ba3 commit 668bae1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/pages/Home.re
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ let speakers: list speaker = [
twitter: "https://twitter.com/ken_wheeler",
github: "https://github.com/kenwheeler",
linkedin: ""
}, {
name: "Maxime Ransan",
company: "Bloomberg",
avatar: "https://media.licdn.com/mpr/mpr/shrinknp_400_400/p/4/005/07b/1e4/380bc25.jpg",
twitter: "",
linkedin: "https://www.linkedin.com/in/maxime-ransan-90b139b/",
github: "https://github.com/mransan"
}
];
/**
Expand Down Expand Up @@ -278,7 +271,7 @@ module Home = {
</div>
<div className="Home__footer Home__section">
<div className="Wrapper Wrapper--sm">
<a href="https://github.com/reasonmlnyc" target="_blank" rel="noopener">
<a href="https://github.com/reasonnyc" target="_blank" rel="noopener">
(ReactRe.stringToElement "GitHub")
</a>
(ReactRe.stringToElement " | ")
Expand Down

0 comments on commit 668bae1

Please sign in to comment.