Skip to content

Commit

Permalink
Refactor NoAgentNotification component and add guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Sep 30, 2024
1 parent 7885cc5 commit f598c6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.
8 changes: 6 additions & 2 deletions components/NoAgentNotification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,13 @@ export function NoAgentNotification(props: NoAgentNotificationProps) {
It'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> */}
</a>
<button onClick={() => setShowNotification(false)}>
{/* Close Icon */}
<svg
Expand Down

0 comments on commit f598c6f

Please sign in to comment.