mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 22:02:41 +00:00
Link in metadata panel
This commit is contained in:
@@ -167,6 +167,10 @@ const MetadataEditor = createClass({
|
|||||||
onChange={(e)=>this.handleRenderer('V3', e)} />
|
onChange={(e)=>this.handleRenderer('V3', e)} />
|
||||||
V3
|
V3
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
<a href='/v3_preview' target='_blank' rel='noopener noreferrer'>
|
||||||
|
Click here for a quick intro to V3!
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -43,6 +43,11 @@
|
|||||||
display : inline-flex;
|
display : inline-flex;
|
||||||
align-items : center;
|
align-items : center;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
font-size : 0.7em;
|
||||||
|
font-weight : 800;
|
||||||
|
display : inline-flex;
|
||||||
|
}
|
||||||
input{
|
input{
|
||||||
vertical-align : middle;
|
vertical-align : middle;
|
||||||
cursor : pointer;
|
cursor : pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user