Skip to content

Commit

Permalink
fix: view all button
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Dec 10, 2024
1 parent 0dfd5f9 commit 7f8b9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const HomePage = (props: Props) => {
[View.HOME_TRENDING_ITEMS]: AssetType.ITEM,
[View.HOME_NEW_ITEMS]: AssetType.ITEM,
[View.HOME_SOLD_ITEMS]: AssetType.ITEM,
[View.HOME_WEARABLES]: AssetType.NFT,
[View.HOME_WEARABLES]: AssetType.ITEM,
[View.HOME_LAND]: AssetType.NFT,
[View.HOME_ENS]: AssetType.NFT
}),
Expand Down

0 comments on commit 7f8b9ef

Please sign in to comment.