diff --git a/app/layout.tsx b/app/layout.tsx index 4f526ac..0ccf9e5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -2,6 +2,7 @@ import type { Metadata } from 'next' import { Hanken_Grotesk } from 'next/font/google' import '@/styles/globals.css' import '@/styles/loading-ui.css' +import Script from 'next/script' const hankenGrotesk = Hanken_Grotesk({ subsets: ['latin'], @@ -20,6 +21,13 @@ export default function RootLayout({ }>) { return ( +
+ + {children} ) diff --git a/components/Label/Label.module.css b/components/Label/Label.module.css index 538957c..1538467 100644 --- a/components/Label/Label.module.css +++ b/components/Label/Label.module.css @@ -1,5 +1,5 @@ .label { - font-size: 0.65rem; + font-size: 0.75rem; color: rgba(var(--foreground-rgb), 0.6); border: 1px solid rgba(var(--foreground-rgb), 0.15); border-radius: var(--border-radius); diff --git a/components/Strategies/Swap/Swap.tsx b/components/Strategies/Swap/Swap.tsx index 334dc88..47a5e15 100644 --- a/components/Strategies/Swap/Swap.tsx +++ b/components/Strategies/Swap/Swap.tsx @@ -22,7 +22,7 @@ export function Swap() { setAmount={setAmount} setToken={setTokenSymbol} />{' '} - right now gets you: + on Uniswap right now gets you: