0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-25 21:28:10 +00:00

Merge pull request #1575 from naturalcrit/v3WelcomePage

V3 welcome page
This commit is contained in:
Trevor Buckner
2021-08-16 10:17:45 -04:00
committed by GitHub
9 changed files with 228 additions and 18 deletions

View File

@@ -167,6 +167,10 @@ const MetadataEditor = createClass({
onChange={(e)=>this.handleRenderer('V3', e)} />
V3
</label>
<a href='/v3_preview' target='_blank' rel='noopener noreferrer'>
Click here for a quick intro to V3!
</a>
</div>
</div>;
},

View File

@@ -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;