earthstar-project / react-earthstar

A UI toolkit for making collaborative, offline-first applets for small groups.
GNU Affero General Public License v3.0
60 stars 5 forks source link

PubEditor: Fix href to pubUrl #27

Closed cinnamon-bun closed 3 years ago

cinnamon-bun commented 3 years ago

https://github.com/earthstar-project/react-earthstar/blob/f53a632265c2f24425ccb3ae8d7269c64ad337c1/src/components/PubEditor.tsx#L30

I think this needs the quotes removed so it links to the actual pub url and not "pubUrl"

sgwilym commented 3 years ago

You're quite right!