Skip to content

Commit

Permalink
refactor: Reorder TSS links
Browse files Browse the repository at this point in the history
Use same order of library sublinks as all other libraries
  • Loading branch information
lsalling authored Feb 3, 2025
1 parent 59d02bd commit ef5a8de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/libraries/start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ export const startProject = {
frameworks: ['react'],
scarfId: 'b6e2134f-e805-401d-95c3-2a7765d49a3d',
menu: [
{
icon: <BiBookAlt />,
label: 'Docs',
to: '/start/latest/docs/framework/react/overview',
},
{
icon: <VscPreview />,
label: 'Examples',
to: '/start/latest/docs/framework/react/examples/start-basic',
},
{
icon: <BiBookAlt />,
label: 'Docs',
to: '/start/latest/docs/framework/react/overview',
},
{
icon: <FaGithub />,
label: 'GitHub',
Expand Down

0 comments on commit ef5a8de

Please sign in to comment.