new note text in sidebar btn
This commit is contained in:
@ -64,7 +64,7 @@ export default function NavSidebar() {
|
||||
})}
|
||||
{publicKey ? (
|
||||
<div className="mt-2">
|
||||
<NoteCreatorButton alwaysShow={true} />
|
||||
<NoteCreatorButton alwaysShow={true} showText={true} />
|
||||
</div>
|
||||
) : (
|
||||
<div className="mt-2">
|
||||
|
Reference in New Issue
Block a user