Skip to content

Commit

Permalink
fix: 🐛 fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Jun 28, 2024
1 parent 9d9e088 commit 173eeb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ export enum IconName {
Website = 'Website',
Whitepaper = 'Whitepaper',
Withdraw = 'Withdraw',
Download = 'Download',
SocialX = 'SocialX',
}

Expand Down Expand Up @@ -256,7 +255,6 @@ const icons = {
[IconName.Website]: WebsiteIcon,
[IconName.Whitepaper]: WhitepaperIcon,
[IconName.Withdraw]: WithdrawIcon,
[IconName.Download]: DownloadIcon,
[IconName.SocialX]: SocialXIcon,
} as Record<IconName, ElementType>;

Expand Down

0 comments on commit 173eeb3

Please sign in to comment.