0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-27 18:13:08 +00:00

path changes

This commit is contained in:
Víctor Losada Hernández
2026-01-23 19:07:24 +01:00
parent 54b0dd46f8
commit 0b5f039337
4 changed files with 10 additions and 11 deletions

View File

@@ -7,17 +7,11 @@ import PatreonNavItem from './patreon.navitem.jsx';
const Navbar = createReactClass({ const Navbar = createReactClass({
displayName : 'Navbar', displayName : 'Navbar',
getInitialState : function() { getInitialState: function() {
return { return {
//showNonChromeWarning : false, // showNonChromeWarning: false, // uncomment if needed
ver : '0.0.0' ver: global.version || '0.0.0'
}; };
},
getInitialState : function() {
return {
ver : global.version
};
}, },
/* /*

View File

@@ -1,3 +1,4 @@
@import './shared/naturalcrit/styles/core.less';
.brewItem { .brewItem {
position : relative; position : relative;

View File

@@ -1,3 +1,5 @@
@import './shared/naturalcrit/styles/colors.less';
.newPage { .newPage {
.navItem.save { .navItem.save {
background-color : @orange; background-color : @orange;

View File

@@ -1,3 +1,5 @@
@import './shared/naturalcrit/styles/core.less';
.vaultPage { .vaultPage {
height : 100%; height : 100%;
overflow-y : hidden; overflow-y : hidden;