Skip to content

Commit

Permalink
Remove userway (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansa authored Sep 21, 2023
1 parent 35fa1bd commit e184f02
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ function MyApp({ Component, pageProps }: AppProps) {
{/* Default page SEO starts */}
<DefaultSeo {...SEO} canonical={canonicalURL} />
{/* Default page SEO ends */}
<Script
src="https://cdn.userway.org/widget.js"
data-account="T8lCiGpEJy"
async
defer
></Script>
<Script src="https://www.googletagmanager.com/gtag/js" async></Script>
<Component {...pageProps} />
</>
Expand Down

0 comments on commit e184f02

Please sign in to comment.