refactor: update repo link of assets

This commit is contained in:
Neel
2024-03-28 17:19:17 +05:30
parent 3bc6e2175f
commit cc404c2033
8 changed files with 15 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ async function bootstrap() {
const latestVersion = await (
await fetch(
"https://api.github.com/repos/privacy-scaling-explorations/bandada/releases/latest"
"https://api.github.com/repos/bandada-infra/bandada/releases/latest"
)
).json()
@@ -54,9 +54,9 @@ async function bootstrap() {
const configUI = {
swaggerOptions: { defaultModelsExpandDepth: -1 },
customfavIcon:
"https://raw.githubusercontent.com/privacy-scaling-explorations/bandada/main/apps/dashboard/src/assets/favicon.ico",
"https://raw.githubusercontent.com/bandada-infra/bandada/main/apps/dashboard/src/assets/favicon.ico",
customSiteTitle: "Bandada API Docs",
customCss: `.topbar-wrapper img {content:url('https://raw.githubusercontent.com/privacy-scaling-explorations/bandada/d5268274cbb93f73a1960e131bff0d2bf1eacea9/apps/dashboard/src/assets/icon1.svg'); width:60px; height:auto;}
customCss: `.topbar-wrapper img {content:url('https://raw.githubusercontent.com/bandada-infra/bandada/d5268274cbb93f73a1960e131bff0d2bf1eacea9/apps/dashboard/src/assets/icon1.svg'); width:60px; height:auto;}
.swagger-ui .topbar { background-color: transparent; } small.version-stamp { display: none !important; }`,
customJsStr: `
// Add a custom title to the right side of the Swagger UI page

View File

@@ -10,7 +10,7 @@
<img src="https://img.shields.io/badge/project-Bandada-blue.svg?style=flat-square">
</a>
<a href="https://github.com/bandada-infra/bandada/blob/main/LICENSE">
<img alt="Github license" src="https://img.shields.io/github/license/privacy-scaling-explorations/bandada.svg?style=flat-square">
<img alt="Github license" src="https://img.shields.io/github/license/bandada-infra/bandada.svg?style=flat-square">
</a>
<a href="https://www.npmjs.com/package/@bandada/contracts">
<img alt="NPM version" src="https://img.shields.io/npm/v/@bandada/contracts?style=flat-square" />

View File

@@ -4,6 +4,6 @@
"minRead": 3,
"date": "2023-08-23",
"authors": ["Bandada team"],
"url": "https://mirror.xyz/privacy-scaling-explorations.eth/p3Mtft28FG1ctgeUARVEKLTK_KexnWC6T4CUHaQark4"
"url": "https://mirror.xyz/bandada-infra.eth/p3Mtft28FG1ctgeUARVEKLTK_KexnWC6T4CUHaQark4"
}
]