Browse Source

✨feat: link to my gogs instance instead of Github

Naz 2 tuần trước cách đây
mục cha
commit
30e61e506d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/routes/+page.svelte

+ 1 - 1
src/routes/+page.svelte

@@ -18,7 +18,7 @@
     <Button
       class="text-lg m-1 p-5"
       variant="secondary"
-      href="https://github.rhazesemr.info"
+      href="https://git.rhazesemr.info"
     >
       <span class="fa-solid fa-code-branch"></span>Source Code</Button
     >