Add help note for prompt manager
This commit is contained in:
parent
796e52e537
commit
fe43b58cb0
|
@ -401,7 +401,8 @@ PromptManagerModule.prototype.renderPromptManager = function () {
|
|||
rangeBlockDescDiv.textContent = 'Shows your prompts and the order in which they will be sent'
|
||||
|
||||
const notesLink = document.createElement('a');
|
||||
notesLink.href = '';
|
||||
notesLink.href = '/notes#openaipromptmanager';
|
||||
notesLink.setAttribute('target', '_blank');
|
||||
notesLink.classList.add('notes-link');
|
||||
|
||||
const noteLinkSpan = document.createElement('span');
|
||||
|
|
Loading…
Reference in New Issue