Skip to content

Commit

Permalink
fix(arkmarket): rollback icon
Browse files Browse the repository at this point in the history
  • Loading branch information
remiroyc committed Dec 13, 2024
1 parent 3e6b8bb commit 1ebeb56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/arkmarket/src/constants/activity-type-metadata.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ export default {
OFFER: { icon: <ActivityOffer size={16} />, title: "Offer" },
SALE: { icon: <ShoppingCart size={16} />, title: "Sale" },
TRANSFER: { icon: <ArrowLeftRight size={16} />, title: "Transfer" },
ROLLBACK: { icon: <ArrowLeftRight size={16} />, title: "Rollback" },
} as ActivityTypeMetadata;

0 comments on commit 1ebeb56

Please sign in to comment.