Skip to content

Commit

Permalink
Update source button text
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Jan 22, 2025
1 parent c73ce6e commit 789739a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/app/HealthLink.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,7 @@
</Col>
<Col class="d-flex justify-content-center">
<FormGroup class="label shlbutton" style="width: 100%">
<div style="border-bottom: 1px solid rgb(204, 204, 204); margin-bottom: 1em"><h3>Content</h3></div>
<Label>Add, update, or remove summaries shared by this link.</Label>
<div style="border-bottom: 1px solid rgb(204, 204, 204); margin-bottom: 1em"><h3>Source</h3></div>
<Button size="sm" color="primary" class="mx-1" style="width: fit-content" on:click={copySource} disabled={!!copyNotice}>
<Icon name="clipboard" />
{#if sourceCopyNotice}
Expand Down

0 comments on commit 789739a

Please sign in to comment.