Skip to content

Commit af2bb4f

Browse files
authored
Up scripts (#93)
1 parent c76df8b commit af2bb4f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/app/layout.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default function RootLayout({
7070
__html: `(function(w,r){w._rwq=r;w[r]=w[r]||function(){(w[r].q=w[r].q||[]).push(arguments)}})(window,'rewardful');`,
7171
}}
7272
/>
73-
<script src="https://r.wdfl.co/rw.js" data-rewardful="9302d5" />
73+
<script src="https://r.wdfl.co/rw.js" data-rewardful="9302d5" async />
7474
{/*
7575
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"/>
7676
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"/>
@@ -94,9 +94,7 @@ export default function RootLayout({
9494
/>
9595
</noscript>
9696
<div className="min-h-screen">
97-
<AuthProvider>
98-
{children}
99-
</AuthProvider>
97+
<AuthProvider>{children}</AuthProvider>
10098
</div>
10199
</body>
102100
</html>

0 commit comments

Comments
 (0)