diff --git a/src/routes/events/ae_comp__event_presentation_obj_li.svelte b/src/routes/events/ae_comp__event_presentation_obj_li.svelte
index 6858fa64..b3ad66fe 100644
--- a/src/routes/events/ae_comp__event_presentation_obj_li.svelte
+++ b/src/routes/events/ae_comp__event_presentation_obj_li.svelte
@@ -85,7 +85,7 @@ import {
});
}}
class="btn btn-sm preset-tonal-warning hover:preset-filled-warning-500">
-
+
Add Presentation
{/if}
@@ -102,7 +102,7 @@ import {
class="preset-filled-success-100-900 rounded-lg px-4 text-3xl font-bold"
title="Count {lq__event_presentation_obj_li.length ??
'None'}">
-
+
{lq__event_presentation_obj_li.length ?? 'None'}×
{/if}
@@ -154,7 +154,7 @@ import {
});
}}
class="btn btn-sm preset-tonal-warning hover:preset-filled-warning-500">
-
+
Add Presenter
{/if}
@@ -346,10 +346,10 @@ import {
}}
class="btn btn-sm preset-tonal-surface hover:preset-filled-surface-500 text-xs">
{#if $events_sess.pres_mgmt.show_content__presentation_description == event_presentation_obj.event_presentation_id}
-
+
Hide Description
{:else}
-
+
Show
{/if}