File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -78,20 +78,20 @@ export function SidebarLink({
7878 { title } { ' ' }
7979 { version === 'major' && (
8080 < span
81- title = "- This feature is available in React 19 beta and the React canary channel "
81+ title = "- Fitur ini tersedia di versi beta React 19 beta dan kanal canary React "
8282 className = { `text-xs px-1 ms-1 rounded bg-gray-10 dark:bg-gray-40 dark:bg-opacity-20 text-gray-40 dark:text-gray-40` } >
8383 React 19
8484 </ span >
8585 ) }
8686 { version === 'canary' && (
8787 < IconCanary
88- title = " - This feature is available in the latest Canary version of React"
88+ title = " - Fitur ini tersedia di rilis Canary terbaru React"
8989 className = "ms-1 text-gray-30 dark:text-gray-60 inline-block w-3.5 h-3.5 align-[-3px]"
9090 />
9191 ) }
9292 { version === 'experimental' && (
9393 < IconExperimental
94- title = " - This feature is available in the latest Experimental version of React"
94+ title = " - Fitur ini tersedia di rilis Eksperimental terbaru React"
9595 className = "ms-1 text-gray-30 dark:text-gray-60 inline-block w-3.5 h-3.5 align-[-3px]"
9696 />
9797 ) }
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ function PageHeading({
3535 { title }
3636 { version === 'canary' && (
3737 < IconCanary
38- title = " - This feature is available in the latest Canary version of React"
38+ title = " - Fitur ini tersedia di rilis Canary terbaru React"
3939 className = "ms-4 mt-1 text-gray-50 dark:text-gray-40 inline-block w-6 h-6 align-[-1px]"
4040 />
4141 ) }
4242 { version === 'experimental' && (
4343 < IconExperimental
44- title = " - This feature is available in the latest Experimental version of React"
44+ title = " - Fitur ini tersedia di rilis Eksperimental terbaru React"
4545 className = "ms-4 mt-1 text-gray-50 dark:text-gray-40 inline-block w-6 h-6 align-[-1px]"
4646 />
4747 ) }
You can’t perform that action at this time.
0 commit comments