From 3ef5a76a6464abd20971c9aed6ba3dd61a7cee05 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 31 May 2021 00:04:51 +0200 Subject: [PATCH] updated tiny life link in projects --- scripts/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/projects.js b/scripts/projects.js index 45cceb1..6a1e176 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -34,7 +34,7 @@ const projects = [{ desc: "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's currently in development, but you can already play it and even make your own mods!", status: "In development", links: { - "Check it out": "https://ellpeck.itch.io/tiny-life" + "Check it out": "https://tinylifegame.com" }, icon: "tiny" },