Skip to content

Commit

Permalink
Merge branch 'MDS-1378' of github.com:coingaming/moon-light into MDS-…
Browse files Browse the repository at this point in the history
…1378
  • Loading branch information
MarioGranada committed Dec 5, 2024
2 parents 6653623 + 2ae148b commit 826851c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/app/client/icons/icons/IconWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ const IconWrapper = ({ children, name }: IconProps) => {
>
<Snackbar.Message className="flex gap-2">
<Icons.GenericCheckAlternative className="text-moon-24 text-roshi" />
Icon {renderIcon(
name,
)} copied for import
Icon {renderIcon(name)} copied for import
</Snackbar.Message>
</Snackbar>
</>
Expand Down
4 changes: 1 addition & 3 deletions docs/app/client/icons/search/IconSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,7 @@ const IconSearch = () => {
>
<Snackbar.Message className="flex gap-2">
<Icons.GenericCheckAlternative className="text-moon-24 text-roshi" />
Icon {renderIcon(
lastClickedIcon,
)} copied for import
Icon {renderIcon(lastClickedIcon)} copied for import
</Snackbar.Message>
</Snackbar>
</div>
Expand Down

0 comments on commit 826851c

Please sign in to comment.