add no account needed notice to recorder button
This commit is contained in:
parent
648398c9a6
commit
60516f4f7e
1 changed files with 2 additions and 2 deletions
|
|
@ -410,13 +410,13 @@ export default function Recorder({ closeModal, step, setStep }: Props) {
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className="ml-auto inline-flex items-center rounded-md bg-indigo-500 px-4 py-2 text-sm font-semibold leading-6 text-white shadow transition duration-150 ease-in-out hover:bg-indigo-400 disabled:cursor-not-allowed"
|
className="ml-auto inline-flex items-center rounded-md bg-[#dc2625] px-4 py-2 text-sm font-semibold leading-6 text-white shadow transition duration-150 ease-in-out hover:bg-indigo-400 disabled:cursor-not-allowed"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
posthog?.capture("recorder: closed post-modal");
|
posthog?.capture("recorder: closed post-modal");
|
||||||
void closeModal();
|
void closeModal();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Close
|
Delete
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue