0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-29 13:22:40 +00:00

Add Homebrewery Icon

This commit is contained in:
G.Ambatte
2022-09-26 12:12:21 +13:00
parent 248687684a
commit 764621f762
2 changed files with 6 additions and 1 deletions

View File

@@ -13,6 +13,8 @@ const Account = require('../../navbar/account.navitem.jsx');
const NewBrew = require('../../navbar/newbrew.navitem.jsx');
const HelpNavItem = require('../../navbar/help.navitem.jsx');
const NaturalCritIcon = require('naturalcrit/svg/naturalcrit.svg.jsx');
const AccountPage = createClass({
displayName : 'AccountPage',
getDefaultProps : function() {
@@ -47,7 +49,7 @@ const AccountPage = createClass({
<p><strong>Last Login: </strong> {this.props.uiItems.issued.toString() || '-'}</p>
</>,
<>
<h3>Homebrewery Information</h3>
<h3>Homebrewery Information <NaturalCritIcon /></h3>
<p><strong>Brews on Homebrewery: </strong> {this.props.uiItems.mongoCount || '-'}</p>
</>,
<>

View File

@@ -33,6 +33,9 @@
}
h3 {
font-size: 1.5em;
svg {
width: 16px;
}
}
h4 {
font-size: 1.25em;