Skip to content

Commit 39a91e4

Browse files
author
crzypatchwork
committed
#
1 parent 3a739b1 commit 39a91e4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"local-storage": "^2.0.0",
2323
"lodash": "^4.17.21",
2424
"nft.storage": "^3.3.0",
25-
"orbit-db": "^0.28.1",
2625
"react": "^17.0.2",
2726
"react-bootstrap": "^2.2.1",
2827
"react-dom": "^17.0.2",

src/components/header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class Header extends Component {
8484
<div>
8585
<div style={{ /* borderBottom: 'solid', */ height: '50px' }}>
8686
<div>
87-
<a href='/' style={{ marginTop: '7.5px', zIndex: 1, position: 'absolute', fontSize: '25px', cursor: 'pointer' }}>███</a>
87+
<a href='#/' style={{ marginTop: '7.5px', zIndex: 1, position: 'absolute', fontSize: '25px', cursor: 'pointer' }}>███</a>
8888
{
8989
!this.context.sync || !this.context.account ?
9090
<span style={{ float: 'right', marginTop: '15px' }}>
@@ -107,7 +107,7 @@ export class Header extends Component {
107107
</div>
108108
<div style={{ display: 'inline', marginBottom: '50px' }}>
109109
<span>
110-
<a class='style' onClick={() => this.context.setSelected(undefined)} href='/'> {/* filters ? */}
110+
<a class='style' onClick={() => this.context.setSelected(undefined)} href='#/'> {/* filters ? */}
111111
//feed //
112112
</a>
113113
<a class='style' onClick={() => this.context.setSelected('publish')} href='#/publish'>

0 commit comments

Comments
 (0)