Skip to content

Commit

Permalink
projects category order sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jul 11, 2024
1 parent 2371016 commit d35645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ export async function fetchGHMeta(

const localMeta: localMetaStructure = {
projects: {
...localMetaWithoutAllCat.projects,
All: Object.values(localMetaWithoutAllCat.projects).flat(),
...localMetaWithoutAllCat.projects,
},
totalProjects: localMetaWithoutAllCat.totalProjects,
totalCommits: localMetaWithoutAllCat.totalCommits,
Expand Down

0 comments on commit d35645d

Please sign in to comment.