Fix style amboss logo

This commit is contained in:
Reckless_Satoshi 2022-03-14 11:28:40 -07:00
parent f42292a012
commit a172dff17b
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ export default class BottomBar extends Component {
:
<ListItem>
<ListItemAvatar>
<Avatar src='/static/assets/images/amboss.png'/>
<Avatar sx={{ width: 25, height:25, }} src='/static/assets/images/amboss.png' variant="rounded"/>
</ListItemAvatar>
<ListItemText secondary={this.state.node_alias}>
<a target="_blank" href={"https://amboss.space/node/"

File diff suppressed because one or more lines are too long