We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6550810 commit 39050c1Copy full SHA for 39050c1
src/components/Header/getNavigationProps.ts
@@ -63,7 +63,7 @@ const desktopSubProductsNav = [
63
col: 1,
64
},
65
{
66
- label: "Digital Transfer Agent (DTA)",
+ label: "DTA",
67
href: "/dta-technical-standard",
68
icon: dtaLogo.src,
69
src/config/sidebar.ts
@@ -2331,7 +2331,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
2331
],
2332
[SIDEBAR_SECTIONS.DTA_TECHNICAL_STANDARD]: [
2333
2334
- section: "Digital Transfer Agent (DTA) Technical Standard",
+ section: "DTA Technical Standard",
2335
contents: [
2336
2337
title: "About DTA",
0 commit comments