Explorar el Código

✨feat: link to my gogs instance instead of Github

Naz hace 1 mes
padre
commit
30e61e506d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     >