From 3990faa293558a3e00a74fe86b957e39986d938c Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Wed, 14 Dec 2022 14:24:57 +0000 Subject: [PATCH] Fixed the path when importing github logo --- apps/webapp/app/routes/resources/integration/connect.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/routes/resources/integration/connect.tsx b/apps/webapp/app/routes/resources/integration/connect.tsx index b5d683b6d..42b3f3e46 100644 --- a/apps/webapp/app/routes/resources/integration/connect.tsx +++ b/apps/webapp/app/routes/resources/integration/connect.tsx @@ -1,4 +1,4 @@ -import githubLogo from "../../assets/images/integrations/github.png"; +import githubLogo from "~/assets/images/integrations/github.png"; import { useEffect } from "react"; import Pizzly from "@nangohq/pizzly-frontend"; import type { ActionArgs } from "@remix-run/server-runtime";