Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions claim-db-worker/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Metadata } from "next";
import { Barlow } from "next/font/google";
import Script from "next/script";
import "./globals.css";
import { Navbar } from "../components/Navbar";
import { Footer } from "../components/Footer";
Expand Down Expand Up @@ -48,6 +49,11 @@ export default function RootLayout({
<body
className={`${barlow.className} antialiased bg-custom-gradient backdrop-filter backdrop-blur-md bg-cover font-barlow text-white p-0 min-h-screen w-full`}
>
<Script
async
src="https://cdn.tolt.io/tolt.js"
data-tolt="fda67739-7ed0-42d2-b716-6da0edbec191"
/>
<PageViewTracker />
<Toaster toastOptions={{ duration: 4000 }} />
<DropProvider>
Expand Down