add space

This commit is contained in:
Thomas Ruoff
2020-11-08 23:45:49 +01:00
parent 7fcdf680d3
commit e9a8dfaf32

View File

@@ -19,8 +19,8 @@ export default function Header({ label = 'Pfadi Bussle' }: { label?: string }) {
/> />
</div> </div>
{username && ( {username && (
<div> <div className="info-message">
FYI, you are logged in as <strong>{username}</strong>{' '} FYI, you are logged in as <strong className="ml-1">{username}</strong>
</div> </div>
)} )}
</> </>