diff --git a/src/components/providers/ThemeProvider.tsx b/src/components/providers/ThemeProvider.tsx index d93bc8a6..aff4f80c 100644 --- a/src/components/providers/ThemeProvider.tsx +++ b/src/components/providers/ThemeProvider.tsx @@ -124,4 +124,4 @@ export const ThemeProvider = ({ children }: { children: React.ReactNode }) => { {children} ); -}; \ No newline at end of file +}; diff --git a/src/components/utilities/Utilities.tsx b/src/components/utilities/Utilities.tsx index a96059fb..29a9f0c3 100644 --- a/src/components/utilities/Utilities.tsx +++ b/src/components/utilities/Utilities.tsx @@ -6,31 +6,31 @@ import { useChain } from "@/hooks/useChain"; import { windowOpen } from "@/utils/windowOpen"; const utilities = [ - { - label: "Alchemix Stats", - author: "Barree", - url: "https://alchemix-stats.com/", - image: "alchemix_stats.png", - }, - { - label: "Self-Repaying-ENS", - author: "Wary", - url: "https://ens.alchemix.fi/", - image: "srens.png", - }, - { - label: "AMO Harvest Tool", - author: "Amrit & TBD", - url: "https://alchemix-multisig.netlify.app/", - image: "amo_harvester.png", - }, - { - label: "Contract Params Dashboard", - author: "Build3rsLabs", - url: "https://alchemix-dashboard-frontend-lovat.vercel.app/", - image: "contract_params_dashboard.png", - } - ]; + { + label: "Alchemix Stats", + author: "Barree", + url: "https://alchemix-stats.com/", + image: "alchemix_stats.png", + }, + { + label: "Self-Repaying-ENS", + author: "Wary", + url: "https://ens.alchemix.fi/", + image: "srens.png", + }, + { + label: "AMO Harvest Tool", + author: "Amrit & TBD", + url: "https://alchemix-multisig.netlify.app/", + image: "amo_harvester.png", + }, + { + label: "Contract Params Dashboard", + author: "Build3rsLabs", + url: "https://alchemix-dashboard-frontend-lovat.vercel.app/", + image: "contract_params_dashboard.png", + }, +]; export const Utilities = () => { const chain = useChain(); @@ -45,7 +45,7 @@ export const Utilities = () => { {utilities.map((utility) => (
{utility.label}
diff --git a/src/routes/utilities.lazy.tsx b/src/routes/utilities.lazy.tsx
index e107c781..69a4fcff 100644
--- a/src/routes/utilities.lazy.tsx
+++ b/src/routes/utilities.lazy.tsx
@@ -19,4 +19,4 @@ function UtilitiesRoute() {