Skip to content

Commit

Permalink
Tweak ask-to-join button to always only show one icon
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed Jan 24, 2025
1 parent 0898b17 commit 49d98c4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,9 @@
loading={askLoading}
on:click={() => askToJoinProject(project.id, project.name)}
>
<span class="i-mdi-email text-2xl"></span>
{#if !askLoading}
<span class="i-mdi-email text-2xl"></span>
{/if}
{$t('project_page.join_project.label')}
</Button>
{:else}
Expand Down

0 comments on commit 49d98c4

Please sign in to comment.