Skip to content

Commit

Permalink
fix title and design
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed May 17, 2023
1 parent 7fcba3c commit e6d02cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
};
</script>

<Modal bind:show onSubmit={handleTransfer} icon="exclamation" state="warning" headerDivider={false}>
<svelte:fragment slot="header">Delete Project</svelte:fragment>
<Modal bind:show onSubmit={handleTransfer} headerDivider={false}>
<svelte:fragment slot="header">Transfer Project</svelte:fragment>
<p>Are you sure you want to transfer <b>{$project.name}</b> to <b>{teamName}</b>?</p>
<p>
Members who are not part of the destination organization must be invited to gain access to
Expand Down

0 comments on commit e6d02cf

Please sign in to comment.