Skip to content

Commit 73b0710

Browse files
change pastebin to pages
1 parent fe4b5e4 commit 73b0710

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

navbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ class Navbar extends Component {
408408
<div class="nav-links">
409409
<a href="todo.html" class="nav-link">Todo</a>
410410
<a href="bookmark.html" class="nav-link">Bookmark</a>
411-
<a href="pastebin.html" class="nav-link">Pastebin</a>
411+
<a href="pages.html" class="nav-link">Pages</a>
412412
</div>
413413
414414
<div class="theme-container">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nostr-app",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "nostr app",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)