diff --git a/src/pages/index.astro b/src/pages/index.astro index 796b226..4855f2b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -31,6 +31,8 @@ I am also a terminal nerd and Linux enthusiast who uses NVIM btw. And when I am not coding I am most likely playing video games, watching Anime or solving Rubik's cubes fast.`.trimStart(); +const utcOffset = 3; + --- @@ -80,16 +82,10 @@ watching Anime or solving Rubik's cubes fast.`.trimStart();
- UTC+2 + UTC+{utcOffset} Loading...
- - - - - -
@@ -192,7 +188,7 @@ watching Anime or solving Rubik's cubes fast.`.trimStart();
- UTC+2 + UTC+{utcOffset} Loading...
@@ -209,8 +205,8 @@ watching Anime or solving Rubik's cubes fast.`.trimStart();
-