From c58fd6ab92dca3f279e58b7f8135b3f669196153 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Taneli=20Riihim=C3=A4ki?= <m3034@student.jamk.fi>
Date: Wed, 12 Jun 2019 08:06:35 +0300
Subject: [PATCH] ADD image link

---
 src/components/UserMap.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/UserMap.js b/src/components/UserMap.js
index f55e9d0..ad9bf57 100644
--- a/src/components/UserMap.js
+++ b/src/components/UserMap.js
@@ -86,7 +86,7 @@ class UserMap extends Component {
 		    <DrawTools position={this.props.position} />
         <Marker position={this.props.position}>
           <Popup maxWidth="600px">
-          <iframe title="Esitys" src="http://avoin.wimmalab.org/" width="600px" height="400px" frameborder="0">Welcome to Wimma LAB</iframe>
+           <img src="wimma.png" alt="Wimma Lab" width="600px"/>
           </Popup>
         </Marker>
         {this.state.ownLat !== null && <Marker position={[this.state.ownLat, this.state.ownLng]}>
-- 
GitLab