Skip to content

Commit cae8383

Browse files
migrate to https://ppng.io (#5075)
1 parent 8407a99 commit cae8383

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

packages/space-opera/src/components/mobile_view/components/mobile_modal.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,15 @@ export class MobileModal extends ConnectedLitElement {
6363
Use the QR Code to open your edited model, environment image, and &ltmodel-viewer&gt snippet on a mobile device to test out AR features.
6464
After every subsequent change, click the "Refresh Mobile" button.
6565
</div>
66-
<canvas id="qr" style="display: block; margin-bottom: 90px;"></canvas>
66+
<canvas id="qr" style="display: block; margin-bottom: 10px;"></canvas>
67+
<div class="modal-text" style="margin-bottom: 80px;">
68+
<a href="${this.viewableSite}" target="_blank" style="color: white">${this.viewableSite}</a>
69+
</div>
6770
<div class="modal-text">
6871
This uses a third-party <a href="https://github.com/nwtgck/piping-server" target="_blank" class="piping-link">piping server</a> to deploy to your mobile device. This server does not store data.
6972
</div>
7073
<div class="modal-text">
71-
We use this server: <a href="https://piping.onrender.com/" target="_blank" class="piping-link">https://piping.onrender.com/</a>
74+
We use this server: <a href="https://ppng.io/" target="_blank" class="piping-link">https://ppng.io/</a>
7275
</div>
7376
</div>
7477
<div class="FileModalCancel">

packages/space-opera/src/components/mobile_view/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*/
1717

18-
export const DOMAIN = 'https://piping.onrender.com/';
18+
export const DOMAIN = 'https://ppng.io/';
1919

2020
export function getRandomInt(max: number): number {
2121
return Math.floor(Math.random() * Math.floor(max));

0 commit comments

Comments
 (0)