Remove sign in banner
This commit is contained in:
@@ -157,11 +157,6 @@ export default function CharacterSheet() {
|
||||
|
||||
return (
|
||||
<div className="max-w-6xl mx-auto p-4 md:p-8 space-y-6">
|
||||
{!isOwner && (
|
||||
<div className="p-3 bg-neutral-800 border border-neutral-600 rounded text-sm text-neutral-300 text-center">
|
||||
Read-only view. Sign in as the owner to interact.
|
||||
</div>
|
||||
)}
|
||||
<Header
|
||||
character={character}
|
||||
speciesName={speciesName}
|
||||
|
||||
Reference in New Issue
Block a user