feat: added link

This commit is contained in:
SamTV12345 2025-07-29 22:13:11 +02:00 committed by SamTV12345
parent 32774919b1
commit d46286cf2c

View file

@ -38,6 +38,7 @@ window.customStart = () => {
link.href = padPath;
link.innerText = pad;
li.appendChild(link);
//https://v0.dev/chat/etherpad-design-clone-qZnwOrVRXxH
recentPadList.appendChild(li);
});
}