From 0423713f741e8f92ac60e1554a9f7c2b9f04418a Mon Sep 17 00:00:00 2001 From: nzambello Date: Mon, 21 Feb 2022 15:21:44 +0100 Subject: [PATCH] feat: add svg logo --- app/ExplitLogo.tsx | 32 ++++++++++++++++++++++++++++++++ app/routes/index.tsx | 11 ++++------- public/explit.svg | 8 ++++++++ 3 files changed, 44 insertions(+), 7 deletions(-) create mode 100644 app/ExplitLogo.tsx create mode 100644 public/explit.svg 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() {
- - - +
+ +

Explit

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 @@ + + + + + + + +