Skip to content
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Commit a749eff

Browse files
committed
Rename timeline -> feed
1 parent bcf9720 commit a749eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crawler/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const historyDb = require('../dbs/history')
33
const datLibrary = require('../dat/library')
44

55
const BUILTIN_PAGES = [
6-
{title: 'Feed', url: 'beaker://feed'},
6+
{title: 'Timeline', url: 'beaker://timeline'},
77
{title: 'Library', url: 'beaker://library'},
88
{title: 'Search', url: 'beaker://search'},
99
{title: 'Bookmarks', url: 'beaker://bookmarks'},

0 commit comments

Comments
 (0)