Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Apr 12, 2024
1 parent 371c55a commit b09a3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/emergence/emergence/Admin.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
</div>
<div class="pane-content">
<div class="admin-header">
<h2>Conference Administration and Configuration</h2>
<h2>Emergence v0.3.3: Administration and Configuration</h2>
<p>This page is available because you enabled being a conference steward.</p>
<p>Use the buttons below to configure and administer the various aspects of your conference.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/emergence/emergence/SessionDetail.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ bind:this={updateSessionDialog}
<Fa icon={faCircleArrowLeft} />
</sl-button>
<div>
{#if isWeContext}
{#if isWeContext()}
<sl-button on:click={() => { copyWalToPocket() } } circle>
<SvgIcon icon="addToPocket"></SvgIcon>
</sl-button>
Expand Down

0 comments on commit b09a3f7

Please sign in to comment.