feat(frontend): add "copy link" button to profiles

This commit is contained in:
Sam 2023-04-22 15:04:38 +02:00
parent e656316e19
commit 21c1c5b0d9
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 43 additions and 14 deletions

View file

@ -28,11 +28,9 @@
};
</script>
<div>
<Button color="danger" outline on:click={toggle}
><Icon name="exclamation-triangle-fill" /> Report {subject}</Button
>
</div>
<Button color="danger" outline on:click={toggle}
><Icon name="exclamation-triangle-fill" /> Report {subject}</Button
>
<Modal header="Report {subject}" {isOpen} {toggle}>
<ModalBody>