Can not use these links within an iframe...

This commit is contained in:
Scott Idem
2026-06-11 15:08:50 -04:00
parent 05841350fe
commit 9a1ba02b59

View File

@@ -128,11 +128,17 @@ $effect(() => {
{#if overall_done}
<p class="text-sm text-gray-700 dark:text-gray-300">
If you were having trouble with the IDAA
Meeting List, Archives, or Bulletin Board,
please try once more. We apologize for the inconvenience, and thank you for your patience while we work to improve the IDAA experience!
</p>
<!-- <p class="text-sm text-gray-700 dark:text-gray-300">
If you were having trouble with the IDAA
<a href="https://www.idaa.org/idaa-meetings" style="color:#2563eb;text-decoration:underline;" class="text-blue-600 underline">Meeting List</a>,
<a href="https://www.idaa.org/idaa-archives" style="color:#2563eb;text-decoration:underline;" class="text-blue-600 underline">Archives</a>, or
<a href="https://www.idaa.org/idaa-bulletin-board" style="color:#2563eb;text-decoration:underline;" class="text-blue-600 underline">Bulletin Board</a>,
please try once more. We apologize for the inconvenience, and thank you for your patience while we work to improve the IDAA experience!
</p>
</p> -->
{/if}
</div>