From 7a04993fe5508c311001825885c799b60f558665 Mon Sep 17 00:00:00 2001 From: thal0x Date: Tue, 12 Sep 2023 03:54:16 -0500 Subject: [PATCH] update linting --- src/pages/_app.tsx | 9 ++------- src/pages/_document.tsx | 13 ++++++++++++- tailwind.config.js | 3 +++ 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index c974b85e..7a181904 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -8,9 +8,8 @@ import { ChainProvider } from "@cosmos-kit/react"; import * as RadixToast from "@radix-ui/react-toast"; import { QueryClientProvider } from "@tanstack/react-query"; import { Analytics } from "@vercel/analytics/react"; -import { assets,chains } from "chain-registry"; +import { assets, chains } from "chain-registry"; import { AppProps } from "next/app"; -import { Jost } from "next/font/google"; import Head from "next/head"; import MainLayout from "@/components/MainLayout"; @@ -20,10 +19,6 @@ import { ToastProvider } from "@/context/toast"; import { SkipProvider } from "@/solve"; import { queryClient } from "@/utils/query"; -const jost = Jost({ - subsets: ["latin"], -}); - export default function App({ Component, pageProps }: AppProps) { chains.push({ $schema: "../chain.schema.json", @@ -181,7 +176,7 @@ export default function App({ Component, pageProps }: AppProps) { content="Interchain transfers and swaps on any Cosmos chain" /> -
+
- + + + + +