Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Fix the patreon link in the default bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Dec 3, 2020
1 parent 9568065 commit 2490fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/bg/filesystem/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ export async function setup () {
// default pinned bookmarks
if (isInitialCreation) {
await rootDrive.pda.mkdir('/bookmarks')
await rootDrive.pda.writeFile(`/bookmarks/patreon-com-andrew_maf_and_paul.goto`, '', {metadata: {href: 'https://patreon.com/andrew_maf_and_paul', title: 'Support Beaker'}})
await rootDrive.pda.writeFile(`/bookmarks/patreon-com-paul_maf_and_andrew.goto`, '', {metadata: {href: 'https://patreon.com/paul_maf_and_andrew', title: 'Support Beaker'}})
await rootDrive.pda.writeFile(`/bookmarks/beaker-dev-docs-templates.goto`, '', {metadata: {href: 'https://beaker.dev/docs/templates/', title: 'Hyperdrive Templates'}})
await rootDrive.pda.writeFile(`/bookmarks/twitter.goto`, '', {metadata: {href: 'https://twitter.com/', title: 'Twitter'}})
await rootDrive.pda.writeFile(`/bookmarks/reddit.goto`, '', {metadata: {href: 'https://reddit.com/', title: 'Reddit'}})
await rootDrive.pda.writeFile(`/bookmarks/youtube.goto`, '', {metadata: {href: 'https://youtube.com/', title: 'YouTube'}})
await rootDrive.pda.mkdir('/beaker')
await rootDrive.pda.writeFile(`/beaker/pins.json`, JSON.stringify([
'https://patreon.com/andrew_maf_and_paul',
'https://patreon.com/paul_maf_and_andrew',
'https://beaker.dev/docs/templates/',
'https://twitter.com/',
'https://reddit.com/',
Expand Down

0 comments on commit 2490fb6

Please sign in to comment.