Skip to content

Commit

Permalink
add backgroudn audio
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Oct 17, 2024
1 parent b364b07 commit 4d80069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ function ContextProvider({ children }: any) {
<QueryClientProvider client={queryClient}>
<ApolloProvider client={client}>
<ModalProvider>
<BackgroundAudio />
{location.pathname.includes('events/ava-2024') && <BackgroundAudio />}
{children}
</ModalProvider>
</ApolloProvider>
Expand Down

0 comments on commit 4d80069

Please sign in to comment.