From 3534da16a68f2f2d93b46c3c4194c591d80e1ba8 Mon Sep 17 00:00:00 2001 From: xHyroM Date: Sun, 9 Apr 2023 17:03:38 +0200 Subject: [PATCH] fix(website): put correct links --- apps/website/src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index 9143036..7401ecf 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -26,14 +26,14 @@ import Computer from "~/components/Computer.astro";

GitHub