From 488f51a0f40571d16880c118f80e4b0d9ab05165 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 13 Dec 2024 19:53:57 +0100 Subject: [PATCH] fix: don't mask routes --- index.css | 1 - index.html | 2 +- versioning.js | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index fd8e8f1e..0244eb23 100644 --- a/index.css +++ b/index.css @@ -240,7 +240,6 @@ t, #routes { fill: none; cursor: pointer; - mask: url(#land); } i.icon-lock { diff --git a/index.html b/index.html index c65c7cc3..6ab76c10 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + diff --git a/versioning.js b/versioning.js index 8125e816..e303b891 100644 --- a/versioning.js +++ b/versioning.js @@ -13,7 +13,7 @@ * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.106.2"; +const VERSION = "1.106.3"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {