Fix logo to support non-square sizes

This commit is contained in:
Gabe Kangas
2022-05-17 15:28:56 -07:00
parent 8925e1b4e2
commit 51a12dc905
5 changed files with 71 additions and 13 deletions

View File

@ -83,7 +83,7 @@ export default function ContentComponent() {
</ActionButtonRow>
<div className={`${s.lowerRow}`}>
<ServerLogo />
<ServerLogo src="/logo" />
<Title level={2}>{name}</Title>
{online && title !== '' && <Title level={3}>{title}</Title>}
<div>{tags.length > 0 && tags.map(tag => <span key={tag}>#{tag}&nbsp;</span>)}</div>