mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-22 01:02:03 -07:00
Fixing footer link
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user