Skip to content

Commit

Permalink
restore header nav ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Sep 6, 2024
1 parent cfc6927 commit 0ac6698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class HeaderComponent extends LitElement {
const response = await client.query({
query: CollectionQuery,
variables: {
name: 'navigation'
name: 'navigation',
orderBy: 'order_asc'
}
});

Expand Down

0 comments on commit 0ac6698

Please sign in to comment.