We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1ddf2 commit 8d5e6c2Copy full SHA for 8d5e6c2
src/components/Menu/MenuLinks.ts
@@ -277,14 +277,14 @@ export const getStartedLinks: Pages = [
277
name: "Integrating with global state",
278
pathname: "#Integratingwithglobalstate",
279
},
280
- {
281
- name: "Integrating with services",
282
- pathname: "#Integratingwithservices",
283
- },
284
{
285
name: "Handle errors",
286
pathname: "#Handleerrors",
287
+ {
+ name: "Integrating with services",
+ pathname: "#Integratingwithservices",
+ },
288
289
name: "Schema Validation",
290
pathname: "#SchemaValidation",
0 commit comments