From b0792882563679dcc2ec86db08deda6305354a99 Mon Sep 17 00:00:00 2001 From: Asaf Korem Date: Mon, 4 Nov 2024 18:30:34 +0200 Subject: [PATCH] feat: improve UI --- next.config.ts | 1 + public/github.svg | 1 + src/app/layout.tsx | 3 ++- src/app/page.tsx | 27 ++++++++++++++++++++++----- 4 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 public/github.svg diff --git a/next.config.ts b/next.config.ts index 1c89844..505f692 100644 --- a/next.config.ts +++ b/next.config.ts @@ -4,6 +4,7 @@ const nextConfig = { images: { unoptimized: true, }, + reactStrictMode: true, } module.exports = nextConfig diff --git a/public/github.svg b/public/github.svg new file mode 100644 index 0000000..a580fa4 --- /dev/null +++ b/public/github.svg @@ -0,0 +1 @@ +GitHub diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e67a859..938a4f7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,6 +8,7 @@ const geistSans = localFont({ variable: "--font-geist-sans", weight: "100 900", }); + const geistMono = localFont({ src: "./fonts/GeistMonoVF.woff", variable: "--font-geist-mono", @@ -18,7 +19,7 @@ const GA_MEASUREMENT_ID = 'G-NFEVN0VVSF'; export const metadata: Metadata = { title: "Git Spotlight", - description: "Illuminating your code's pain points through git history", + description: "Spot pain points in your code through git history", }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 0497e8e..3471eb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,16 +8,15 @@ export default function Home() { return (
-
+

Git Spotlight

-

- Discover insights in your git history with these carefully crafted command patterns. - Each pattern helps you identify different aspects of your codebase. +

+ Spot pain points in your code through git history

@@ -30,7 +29,7 @@ export default function Home() { ))}
-