Skip to content

Commit

Permalink
Merge branch 'fix/version-detector-1133-v3' of github.com:zyfra/Prizm…
Browse files Browse the repository at this point in the history
… into fix/version-detector-1133-v3
  • Loading branch information
ZurabDev committed Jun 13, 2024
2 parents 7b87976 + 9b59b64 commit b34a182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/doc/src/app/version-manager/versions.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const PRIZM_VERSIONS_META: readonly PrizmVersionMeta[] = [
label: '3.13.2 (ng16)',
version: '3.13.2',
stackblitz: 'https://stackblitz.com/edit/prizm-v3-demo',
link: getDocSite.bind(null, 'http://3.12.0.doc.prizm.site', 'https://prizm-v3.web.app'),
link: getDocSite.bind(null, 'http://3.13.2.doc.prizm.site', 'https://prizm-v3.web.app'),
otherLinks: [new URL('https://prizm-v3.web.app')],
cb: (hostName: string, current: PrizmVersionMeta) => {
return hostName.startsWith('prizm-v3--');
Expand Down

0 comments on commit b34a182

Please sign in to comment.