tldraw / tldraw-v1

A tiny little drawing app. This is the original 2021-2022 version, released under MIT.
https://old.tldraw.com
MIT License
61 stars 36 forks source link

[bug] MultiplayerMenu hardcoded href #58

Closed vladimirdulov closed 1 year ago

vladimirdulov commented 1 year ago

Hi Steve,

We are building tldraw as a cloudron app and we have a request to amend a few lines as there are some links hardcoded to tldraw.com.

Namely we'd like to have the URL updated in the Multiplayer menu to the real domain in the following files:

https://github.com/tldraw/tldraw/blob/main/packages/tldraw/src/components/TopPanel/MultiplayerMenu/MultiplayerMenu.tsx#L133

https://github.com/tldraw/tldraw/blob/main/apps/www/pages/r/%5Bid%5D.tsx#L20

Thank you.

steveruizok commented 1 year ago

Would you mind creating a PR for this?