From 425d03f6b59d2af41ed01494ffd050f44addaac3 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Mon, 16 Aug 2021 10:16:25 -0400 Subject: [PATCH] Link in metadata panel --- client/homebrew/editor/metadataEditor/metadataEditor.jsx | 4 ++++ client/homebrew/editor/metadataEditor/metadataEditor.less | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index 9d8090845..07158ad45 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -167,6 +167,10 @@ const MetadataEditor = createClass({ onChange={(e)=>this.handleRenderer('V3', e)} /> V3 + + + Click here for a quick intro to V3! + ; }, diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.less b/client/homebrew/editor/metadataEditor/metadataEditor.less index a58df14cd..4cc1b8d4a 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.less +++ b/client/homebrew/editor/metadataEditor/metadataEditor.less @@ -43,6 +43,11 @@ display : inline-flex; align-items : center; } + a { + font-size : 0.7em; + font-weight : 800; + display : inline-flex; + } input{ vertical-align : middle; cursor : pointer;