Fixing footer link

This commit is contained in:
Chris Troutner
2022-06-19 08:26:51 -07:00
parent 5c4717480e
commit 1aa41f4e0b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ This is a single page app (SPA) based on [react-bootstrap](https://www.npmjs.com
This app can be compiled and uploaded to Filecoin via [web3.storage](https://web3.storage). This means a censorship-resistant front-end app (SPA) can be built, which communicates with a censorship-resistant back-end.
- [Live Demo on Filecoin](https://bafybeihxrxdlms46nzthcxbzwudr2e4hharmiw5gj4do475pgbpwdqccva.ipfs.dweb.link/)
- [Live Demo on Filecoin](https://bafybeiebpgjdznc5vyxtqoeir4yxdneu5roq7fw53755otpzqlak2am7oi.ipfs.dweb.link/)
## Major Features
- [react-bootstrap](https://react-bootstrap.github.io/) is used for general style and layout control.
+2 -2
View File
@@ -6,7 +6,7 @@
import React from 'react'
import { Container, Row, Col } from 'react-bootstrap'
const IPFS_CID = 'bafybeie6gh5bngwne63tycok3okrh5i6dxt7xaoby62psjkvt7n7pl2ou4'
const IPFS_CID = 'bafybeibkck6ylwqmpkqglvsvb7wc5xecb65uypg7fbcembuj7u4xuh2evq'
class Footer extends React.Component {
render () {
@@ -23,7 +23,7 @@ class Footer extends React.Component {
<Col>
<h6>Source Code</h6>
<ul>
<li><a href='https://github.com/christroutner/nft-browser-v2' target='_blank' rel='noreferrer'>GitHub</a></li>
<li><a href='https://github.com/Permissionless-Software-Foundation/react-bootstrap-web3-spa' target='_blank' rel='noreferrer'>GitHub</a></li>
</ul>
</Col>
</Row>