Skip to content

Commit

Permalink
fix: 🐛 change bulk add text from member to contact
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderl19 committed Feb 20, 2024
1 parent f86af0a commit 86fbcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(nav)/[[selectedMember]]/BulkAddContact.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<button disabled>
<PlusCircle size={14} /><span>Bulk Add Member</span>
<PlusCircle size={14} /><span>Bulk Add Contact</span>
</button>

<style lang="scss">
Expand Down

0 comments on commit 86fbcca

Please sign in to comment.