<turbo-stream action="append" targets="body"><template><dialog id="editor-delete-project-modal" class="dialog-modal ez-modal ez-modal--centered" data-action="mousedown-&gt;dialog-modal#close close-dialog-&gt;dialog-modal#close" data-controller="dialog-modal" data-dialog-modal-open-on-connect-value="true">

  <!-- need tabindex="0" so links further down don't get autofocused when the dialog is opened -->
  <div class="ez-modal__inner-wrap" tabindex="0">
    <div class="ez-modal__modal ez-modal__modal--tiny">
      <div class="ez-close-btn group cursor-pointer flex items-center justify-center h-2 w-2 z-99 whitespace-nowrap absolute overflow-hidden indent-[100%]" title="Close" data-action="click-&gt;dialog-modal#close"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.99 12.99" role="img" class="ez-close-btn__icon h-full w-full pointer-events-none fill-grey-300 group-hover:fill-grey-600 group-active:fill-grey-900"><path d="M12.99 1.42 11.57 0 6.49 5.07 1.42 0 0 1.42l5.07 5.07L0 11.57l1.42 1.42 5.07-5.07 5.08 5.07 1.42-1.42-5.07-5.08 5.07-5.07z"></path></svg>
</div>


      <div class="ez-modal__content" data-dialog-modal-target="content">
        <div data-controller='editor-v2-landing-main'>
  <div class="ez-modal__content editor-modal__modal">
    <h2>Remove project</h2>
    <p>Are you sure? You can&#39;t undo this action.</p>

    <div class="editor-modal__modal__buttons">
      <button data-action="mousedown->dialog-modal#close mousedown->editor-v2-landing-main#handleDeleteAction"
              class="editor-modal__modal__primary-btn ez-btn ez-btn--medium"
              data-project-id="7473b7f3-53a2-42b4-a086-168cb54ae7ef"
              data-auth-token="cd2348d-7da1-4b84-9284-b38ff23b66ff">
        Remove
      </button>
      <button data-action="mousedown->dialog-modal#close" class="ez-btn ez-btn--light editor-modal__modal__secondary-btn">
        Cancel
      </button>
    </div>
  </div>
</div>

      </div>
    </div>
  </div>
</dialog></template></turbo-stream>
