Skip to content

Commit

Permalink
Merge pull request #11 from livekit-examples/update-no-agent-msg
Browse files Browse the repository at this point in the history
update no agent message
  • Loading branch information
Ocupe authored Sep 30, 2024
2 parents 83cd2ab + f598c6f commit 6c043f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file modified .github/assets/frontent-screenshot.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions components/NoAgentNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ export function NoAgentNotification(props: NoAgentNotificationProps) {
</svg>
</div>
<p className="text-pretty w-max">
It&apos;s quiet... too quiet. Is your agent lost? Make sure your
agent is set up and running correctly.
It&apos;s quiet... too quiet. Is your agent lost? Ensure your agent
is properly configured and running on your machine.
</p>
<a href="#" className="underline whitespace-nowrap">
<a
href="https://github.com/livekit-examples/voice-assistant-frontend/blob/main/README.md"
target="_blank"
className="underline whitespace-nowrap"
>
View guide
</a>
<button onClick={() => setShowNotification(false)}>
Expand Down

0 comments on commit 6c043f8

Please sign in to comment.