diff --git a/web/index.html b/web/index.html
index 92c1d3f..9407221 100644
--- a/web/index.html
+++ b/web/index.html
@@ -4,7 +4,7 @@
Maunium sticker picker
-
+
diff --git a/web/src/index.js b/web/src/index.js
index 1681c85..cf17d45 100644
--- a/web/src/index.js
+++ b/web/src/index.js
@@ -92,7 +92,7 @@ class GiphySearchTab extends Component {
},
},
"msgtype": "m.image",
- "url": gif_homeserver+jsonElement.id+".gif"
+ "url": gif_homeserver+jsonElement.id
};
this.setState((prevState) => ({
GIFById: {...prevState.GIFById, [id]: updatedItem}}));