Skip to content

Commit

Permalink
Adding the type for the first link text
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 14, 2024
1 parent caeebee commit 7c18e92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/blocks/downloadBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ export type Downloads = {
img: string;
imgBackground: keyof typeof bgOptions;
firstLink: string;
firstLinkText?: string;
secondLink: string;
secondLinkText: string;
secondLinkText?: string;
};

const bgOptions = {
Expand Down

0 comments on commit 7c18e92

Please sign in to comment.