Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygordillo committed Jan 9, 2024
1 parent 91c5ae2 commit 444428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs-website/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ export const webinarQuestionConfig = {
};

export const defaultLanguage = { id: 'it', value: 'Italiano' };
export const languages = [{ id: 'it', value: 'Italiano' }];
export const languages = [defaultLanguage];

0 comments on commit 444428e

Please sign in to comment.