From 5ffea5a7d441d45e5a1b989e6193b126b364ba5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Sun, 4 Dec 2022 18:06:37 +0000
Subject: [PATCH] feat: new image link in README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 690ac869..261ca57c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 A Game Boy emulator that is written in Rust 🦀.
 
-<img src="res/videos/002-mario.low.gif" width="360" />
+<a href="https://boytacean.joao.me" target="_blank"><img src="res/videos/002-mario.low.gif" width="360" /></a>
 
 **This emulator has been written for educational purposes and shouldn't be taken too seriously.** But yeahh it plays most Game Boy games, which is cool... 🕹️
 
-- 
GitLab