Added option to share remote preview URL. (ngrok)

This commit is contained in:
2023-06-23 18:57:31 +03:00
parent 6d1ab34b2b
commit e964892e65
8 changed files with 679 additions and 6 deletions
+3
View File
@@ -9,6 +9,9 @@
</div>
<div class="page_toolbar__right">
{{#if shareUrl}}
<a href="{{ shareUrl }}" target="_blank" class="share" title="Share URL"></a>
{{/if}}
{{#if config.styleGuideUrl}}
<a href="{{ config.styleGuideUrl }}" target="_blank" class="palette" title="Open Style Guide"></a>
{{/if}}