use same navbar in deck view

This commit is contained in:
Martti Malmi
2023-11-23 11:01:17 +02:00
parent ef77606427
commit 4eb0408c27
8 changed files with 13 additions and 71 deletions

View File

@ -60,7 +60,7 @@ export const NoteCreatorButton = ({
{!shouldHideNoteCreator && (
<button
ref={buttonRef}
className={classNames("flex flex-row items-center primary rounded-full", { "circle": !showText }, className)}
className={classNames("flex flex-row items-center primary rounded-full", { circle: !showText }, className)}
onClick={() =>
update(v => {
v.replyTo = undefined;