chore: Update source code link

This commit is contained in:
2026-05-31 00:51:05 +05:30
parent 511db76391
commit 854b8f7c95
2 changed files with 3 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1910,7 +1910,7 @@
});
dialogOv.addEventListener("click", (e) => {
if (e.target.id == "source-code-link") {
window.open("https://github.com/wlfy-sh/pascar", "_blank");
window.open("https://git.sr.ht/~mysticmode/pascar", "_blank");
return;
}
e.preventDefault();
@@ -1933,7 +1933,7 @@
Open & save files via your local filesystem.
</div>
<div style="font-size:14px;line-height:1.6;text-align:center;">
<a id="source-code-link" style="color:#295991;" href="https://github.com/wlfy-sh/pascar" target="_blank">Source code</a>
<a id="source-code-link" style="color:#295991;" href="https://git.sr.ht/~mysticmode/pascar" target="_blank">Source code</a>
by Nirmal Kumar R.
</div>
<div class="dialog-buttons"><button class="btn primary" id="d-about-ok">OK</button></div>