<turbo-stream action="update" target="modal"><template>


<dialog class="modal">
  <div class="modal-box space-y-3 max-w-2xl">
    <header class="sticky">
        <h3 class="text-lg font-bold">
          Session
        </h3>
    </header>

    <form method="dialog">
      <button
        class="btn btn-sm btn-square btn-ghost absolute right-2 top-2"
        aria-label="Close"
      >
        <svg aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18 6 6 18"></path><path d="m6 6 12 12"></path></svg>
      </button>
    </form>

    <div class="body space-y-2 overflow-y-auto max-h-[80lvh]">
        <a target="_blank" href="https://getsession.org"><img class="lg:max-w-2/3 mx-auto" src="/assets/contacts/box_session-32f15333.png" /></a><p class="mb-3 text-center text-sm text-base-content/70 italic"><a target="_blank" class="break-words" href="https://getsession.org">https://getsession.org</a></p><div class="flex items-center justify-center gap-2"><div class="alert tracking-wider break-all place-self-center"><span class="select-all text-center"><span class='text-primary mr-1'>05d704f</span>204260106008e80408c427d9819f71008dd7eedb874db6db1d2b<span class='text-primary ml-1'>5fcce78</span></span></div><div class="text-center">

<div class="btn btn-square btn-sm btn-ghost btn-neutral" title="Copier dans le presse-papiers" data-controller="clipboard" data-action="click-&gt;clipboard#copy:prevent" data-clipboard-content-value="05d704f204260106008e80408c427d9819f71008dd7eedb874db6db1d2b5fcce78" data-clipboard-success-icon-value="&lt;svg aria-hidden=&quot;true&quot; width=&quot;24&quot; height=&quot;24&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; class=&quot;inline-flex w-4&quot;&gt;&lt;path d=&quot;M18 6 7 17l-5-5&quot;&gt;&lt;/path&gt;&lt;path d=&quot;m22 10-7.5 7.5L13 16&quot;&gt;&lt;/path&gt;&lt;/svg&gt;" data-clipboard-success-class="btn-success">
  <svg aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="w-4"><rect width="14" height="14" x="8" y="8" rx="2" ry="2"></rect><path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2"></path></svg>
</div></div></div>
    </div>

  </div>

    <form class="modal-backdrop" method="dialog">
      <button>
        Fermer
      </button>
    </form>
</dialog></template></turbo-stream>