mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
add space
This commit is contained in:
@@ -19,8 +19,8 @@ export default function Header({ label = 'Pfadi Bussle' }: { label?: string }) {
|
||||
/>
|
||||
</div>
|
||||
{username && (
|
||||
<div>
|
||||
FYI, you are logged in as <strong>{username}</strong>{' '}
|
||||
<div className="info-message">
|
||||
FYI, you are logged in as <strong className="ml-1">{username}</strong>
|
||||
</div>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user