Skip to content

Commit

Permalink
Fix notification bar and label for prompt feature
Browse files Browse the repository at this point in the history
  • Loading branch information
marshyski committed Aug 19, 2024
1 parent e3230c0 commit 1291128
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ui/prompt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <h2>Prompt</h2>
<div class="container d-flex flex-column flex-grow-1">
<div class="chat-container" id="chatContainer">
<div class="message-group system-group">
<div class="message-label">Paradrop-AI</div>
<div class="message-label">Paradrop AI</div>
<div class="chat-message system-message">
<button class="copy-button" aria-label="Copy message">📋</button>
Hello! What are you searching for?
Expand Down Expand Up @@ -204,9 +204,7 @@ <h2>Prompt</h2>
</div>
</div>

<div id="notificationBar" class="notification-bar">
Message copied to clipboard!
</div>
<div id="notificationBar" class="notification-bar"></div>

</div>
<!-- PROMPT ROW END -->
Expand Down

0 comments on commit 1291128

Please sign in to comment.