refactor: update repo link

This commit is contained in:
Neel
2024-03-28 13:26:52 +05:30
parent 72cca868b5
commit 3bc6e2175f
18 changed files with 56 additions and 56 deletions

View File

@@ -76,7 +76,7 @@ async function bootstrap() {
// Create a hyperlink element
const link = document.createElement('a');
link.href = 'https://github.com/privacy-scaling-explorations/bandada';
link.href = 'https://github.com/bandada-infra/bandada';
link.rel = 'noreferrer noopener nofollow';
link.target = '_blank'
link.style.color = 'grey';