Skip to content

Commit

Permalink
update project group
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-luna-ray committed Feb 12, 2024
1 parent 2e84830 commit 22bddfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function fetchHomePage() {
const query = `{
"global": ${queryGlobalSettings},
"profile": ${queryProfile},
"projects": ${queryProjectGroup('backend-projects')},
"projects": ${queryProjectGroup('react-portfolio')},
"skillsGroups": ${querySkillsGroups}
}`;
const data = await client.fetch(query);
Expand Down

0 comments on commit 22bddfc

Please sign in to comment.