Skip to content

Commit 15238bd

Browse files
committed
fix: correct files
1 parent 31706b5 commit 15238bd

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

adev-ja/src/app/core/layout/navigation/navigation.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@
373373
<path
374374
d="M3.468 1.948C5.303 3.325 7.276 6.118 8 7.616c.725-1.498 2.697-4.29 4.532-5.668C13.855.955 16 .186 16 2.632c0 .489-.28 4.105-.444 4.692-.572 2.04-2.653 2.561-4.504 2.246 3.236.551 4.06 2.375 2.281 4.2-3.376 3.464-4.852-.87-5.23-1.98-.07-.204-.103-.3-.103-.218 0-.081-.033.014-.102.218-.379 1.11-1.855 5.444-5.231 1.98-1.778-1.825-.955-3.65 2.28-4.2-1.85.315-3.932-.205-4.503-2.246C.28 6.737 0 3.12 0 2.632 0 .186 2.145.955 3.468 1.948Z"
375375
></path>
376+
</svg>
376377
</a>
377378
</li>
378379
<li>

adev-ja/src/app/sub-navigation-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import ERRORS_NAV_DATA from '../../src/assets/content/reference/errors/routes.js
1818
import EXT_DIAGNOSTICS_NAV_DATA from '../../src/assets/content/reference/extended-diagnostics/routes.json';
1919

2020
import {getApiNavigationItems} from './features/references/helpers/manifest.helper';
21-
import {DEFAULT_PAGES} from './core/enums/pages';
21+
import {DEFAULT_PAGES} from './core/constants/pages';
2222

2323
interface SubNavigationData {
2424
docs: NavigationItem[];

0 commit comments

Comments
 (0)