Skip to content

Commit 8d5e6c2

Browse files
authored
fix: reorder getStartedLinks (#1045)
1 parent 5e1ddf2 commit 8d5e6c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Menu/MenuLinks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,14 +277,14 @@ export const getStartedLinks: Pages = [
277277
name: "Integrating with global state",
278278
pathname: "#Integratingwithglobalstate",
279279
},
280-
{
281-
name: "Integrating with services",
282-
pathname: "#Integratingwithservices",
283-
},
284280
{
285281
name: "Handle errors",
286282
pathname: "#Handleerrors",
287283
},
284+
{
285+
name: "Integrating with services",
286+
pathname: "#Integratingwithservices",
287+
},
288288
{
289289
name: "Schema Validation",
290290
pathname: "#SchemaValidation",

0 commit comments

Comments
 (0)