Skip to content

Commit db19f0b

Browse files
Tim-Obertlinawolf
authored andcommitted
[TASK] Fix copy button of permalink-short
1 parent a8aac41 commit db19f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typo3-docs-theme/resources/template/structure/layoutParts/linkReferenceModal.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<label for="permalink-short" class="col-form-label">Permalink (Shortlink)</label>
2121
<div class="input-group">
2222
<input class="form-control code" id="permalink-short" readonly>
23-
<button type="button" class="btn btn-outline-secondary copy-button" data-target="shortlink-uri"><i class="far fa-clone"></i></button>
23+
<button type="button" class="btn btn-outline-secondary copy-button" data-target="permalink-short"><i class="far fa-clone"></i></button>
2424
</div>
2525
<p><em>Copy and freely share the link</em></p>
2626
</div>

0 commit comments

Comments
 (0)