Add help note for prompt manager

This commit is contained in:
maver 2023-06-03 02:17:51 +02:00
parent 796e52e537
commit fe43b58cb0

View File

@ -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');