Skip to content

Commit

Permalink
chore: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Feb 3, 2024
1 parent 1b3ba5a commit c21b82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/app/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Bare = ({ Component, pageProps, props }) => {
return (
<ApolloProvider client={client}>
<ThemeProvider>
<Component {...props} {...pageProps} />
<Component {...pageProps} {...props} />
</ThemeProvider>
</ApolloProvider>
)
Expand Down

0 comments on commit c21b82e

Please sign in to comment.