We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628122c commit 5f0f06bCopy full SHA for 5f0f06b
1 file changed
src/js/link.js
@@ -883,7 +883,7 @@ var link = (function() {
883
displayLetterInput.value = stagedLink.link.letter;
884
displayIconInput.value = stagedLink.link.icon.label;
885
nameInput.value = stagedLink.link.name;
886
- urlLabel.value = stagedLink.link.url;
+ urlInput.value = stagedLink.link.url;
887
if (stagedLink.link.accent.override) {
888
accentGlobalRadio.checked = false;
889
accentCustomRadio.checked = true;
0 commit comments