diff --git a/app/ExplitLogo.tsx b/app/ExplitLogo.tsx new file mode 100644 index 0000000..32cb17a --- /dev/null +++ b/app/ExplitLogo.tsx @@ -0,0 +1,32 @@ +const ExplitLogo = ({ className }: { className: string }) => ( + +); + +export default ExplitLogo; diff --git a/app/routes/index.tsx b/app/routes/index.tsx index 2863ddf..9892611 100644 --- a/app/routes/index.tsx +++ b/app/routes/index.tsx @@ -2,6 +2,7 @@ import type { User } from "@prisma/client"; import { LinksFunction, MetaFunction, LoaderFunction, redirect } from "remix"; import { Link, useLoaderData } from "remix"; import Header from "~/components/Header"; +import ExplitLogo from "~/ExplitLogo"; import { getUser } from "~/utils/session.server"; type LoaderData = { user: User | null }; @@ -44,13 +45,9 @@ export default function Index() {
- Track and split shared expenses with friends and family. diff --git a/public/explit.svg b/public/explit.svg new file mode 100644 index 0000000..2f21861 --- /dev/null +++ b/public/explit.svg @@ -0,0 +1,8 @@ +