Commit 63cf0dd 1 parent c617cef commit 63cf0dd Copy full SHA for 63cf0dd
File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ const ModalTitleComponent: React.FC<React.PropsWithChildren<ModalTitleProps>> =
29
29
justify-content: center;
30
30
align-items: center;
31
31
word-break: break-word;
32
- text-transform: capitalize;
33
32
color: var(--color-foreground-1000);
34
33
}
35
34
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export const CoreLayout = ({ children }: { children: React.ReactNode }) => {
100
100
< Navigation . Item active = { ! df . children || df . children . length <= 0 ? pathName == df . url : pathName . startsWith ( df . url ) } title = { capitalize ( df . name ) } >
101
101
{ df . children . map ( ( child , childIndex ) => (
102
102
< NextLink passHref key = { childIndex } legacyBehavior href = { child . children [ 0 ] . url || df . url } >
103
- < Navigation . Item . Child title = { capitalize ( child . name ) } > </ Navigation . Item . Child >
103
+ < Navigation . Item . Child p = { 2 } title = { capitalize ( child . name ) } > </ Navigation . Item . Child >
104
104
</ NextLink >
105
105
) ) }
106
106
</ Navigation . Item >
You can’t perform that action at this time.
0 commit comments