Skip to content

Commit

Permalink
Optionnal footer navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolxt committed Jan 17, 2025
1 parent f6f8ddc commit ee2dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ export type MerklConfig<T extends Themes> = {
[key: string]: string;
};
footerLinks: { image: string; link: string; key: string }[];
footerNavLinks: routesType;
footerNavLinks?: routesType;
};

export function createConfig<T extends Themes>({ wagmi, ...config }: MerklConfig<T>) {
Expand Down

0 comments on commit ee2dacc

Please sign in to comment.