@jetbrains/kotlin-web-site-ui 4.13.0-alpha.6 → 4.13.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ const SOLUTIONS_TITLE = 'Solutions';
|
|
|
5
5
|
const CASE_STUDIES_TITLE = 'Case studies';
|
|
6
6
|
const CASE_STUDIES_URL = '/case-studies/';
|
|
7
7
|
const MULTIPLATFORM_MOBILE_TITLE = 'Multiplatform';
|
|
8
|
-
const MULTIPLATFORM_MOBILE_URL = `/
|
|
8
|
+
const MULTIPLATFORM_MOBILE_URL = `/multiplatform/`;
|
|
9
9
|
const SERVER_SIDE_TITLE = 'Server-side';
|
|
10
10
|
const SERVER_SIDE_URL = `/server-side/`;
|
|
11
11
|
const MULTIPLATFORM_LIBRARIES_TITLE = 'Multiplatform libraries';
|
package/package.json
CHANGED