Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Feb 18, 2024
1 parent 03d8ac2 commit b89a62b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ export default function RootLayout({
<html lang="en">
<body>{children}</body>
<script src="https://v3x.report/please.js" async={true} />
<script
defer
data-domain="ens.page"
src="https://ens.v3x.report/js/script.js"
></script>
{/* <body className="bg-[#2A2244] text-white">{children}</body> */}
</html>
);
Expand Down

0 comments on commit b89a62b

Please sign in to comment.