Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
alantoa committed Nov 7, 2023
1 parent 160e732 commit b49b843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/components/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const Home = () => {
</ErrorBoundary>
</View>
{isLgWidth ? (
<View tw="" style={{ width: RIGHT_SIDE_WIDTH, marginLeft: 200 }}>
<View tw="" style={{ width: RIGHT_SIDE_WIDTH, marginLeft: 160 }}>
<TopCreatorTokens isSimplified limit={15} disableFetchMore />
</View>
) : null}
Expand Down

0 comments on commit b49b843

Please sign in to comment.