Skip to content

Commit

Permalink
Fix(frontend): Reduce volume of honk (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
semoro committed Jan 5, 2022
1 parent 9dc0e8b commit dceec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue-frontend/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function Home({ initialServers, renderDate }: InferGetServerSidePropsType<typeof
load()

const audio = new Audio("bikehorn.mp3")
audio.volume = 0.5
audio.volume = 0.1

const eventSource = new EventSourcePolyfill (
`${backendUrl}/api/v1/servers/status-events`,
Expand Down

0 comments on commit dceec87

Please sign in to comment.