minor tweeks

This commit is contained in:
Chris Troutner
2025-02-06 05:28:59 -07:00
parent dc4a7f3501
commit 77c19e60b5
2 changed files with 5 additions and 1 deletions
@@ -123,7 +123,9 @@ function NftsForSale (props) {
<Col> <Col>
<h1>NFTs for Sale</h1> <h1>NFTs for Sale</h1>
</Col> </Col>
</Row>
<Row>
<Col xs={6}> <Col xs={6}>
<Button variant='success' > <Button variant='success' >
<FontAwesomeIcon icon={faRedo} size='lg' /> Refresh <FontAwesomeIcon icon={faRedo} size='lg' /> Refresh
@@ -51,7 +51,9 @@ function TokenCard (props) {
<br /> <br />
<Row> <Row>
<Col>
<p>buttons here</p>
</Col>
</Row> </Row>
</Container> </Container>