Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pooja-pant0602 committed Nov 29, 2020
1 parent c914496 commit c0d625b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/containers/Body/components/Explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export default class Explore extends Component {
height: "100%",
display: "flex",
justifyContent: "center",
//overflowY: "scroll",
marginBottom: 20,
marginLeft: 60
}}
hoverable
>
Expand Down Expand Up @@ -247,7 +247,7 @@ export default class Explore extends Component {
)}
<AudioPlayer
ref={(ref) => (this.player[key] = ref)}
style={{ marginLeft: 10, marginTop: 60 }}
style={{ marginLeft: 10, marginTop: 30 }}
src={`https://ipfs.infura.io/ipfs/${upload.hash_value}`}
onPlay={
bought.includes(upload.id)
Expand Down

0 comments on commit c0d625b

Please sign in to comment.