Added StyleGuideUrl to top panel.

This commit is contained in:
2022-11-15 07:59:05 +02:00
parent eabe411b7a
commit 702cd6e226
6 changed files with 21 additions and 5 deletions
+4 -1
View File
@@ -9,6 +9,9 @@
</div>
<div class="page_toolbar__right">
<a href="{{ previewFrameUrl }}" target="_blank" class="open_in_new_tab"></a>
{{#if config.styleGuideUrl}}
<a href="{{ config.styleGuideUrl }}" target="_blank" class="palette" title="Open Style Guide"></a>
{{/if}}
<a href="{{ previewFrameUrl }}" target="_blank" class="open_in_new_tab" title="Open in New Window"></a>
</div>
</header>