Skip to content

Commit 39050c1

Browse files
committed
nit nav updates
1 parent 6550810 commit 39050c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Header/getNavigationProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const desktopSubProductsNav = [
6363
col: 1,
6464
},
6565
{
66-
label: "Digital Transfer Agent (DTA)",
66+
label: "DTA",
6767
href: "/dta-technical-standard",
6868
icon: dtaLogo.src,
6969
col: 1,

src/config/sidebar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
23312331
],
23322332
[SIDEBAR_SECTIONS.DTA_TECHNICAL_STANDARD]: [
23332333
{
2334-
section: "Digital Transfer Agent (DTA) Technical Standard",
2334+
section: "DTA Technical Standard",
23352335
contents: [
23362336
{
23372337
title: "About DTA",

0 commit comments

Comments
 (0)