Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
change rune for remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cblgh committed Nov 22, 2017
1 parent 5ce2a49 commit 698079e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/portal.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function Portal(url)
if (remote.json.sameAs && remote.json.sameAs.indexOf(p.dat) >= 0) {
console.log(remote.dat + "has a mutual relationship w/ us :)")
// set remote name
remote.json.name = `${p.json.name}@${remote.json.name}`
remote.json.name = `${p.json.name}=${remote.json.name}`
remote.icon = p.url + "/media/content/icon.svg"
r.home.feed.register(remote);
} else {
Expand Down

0 comments on commit 698079e

Please sign in to comment.