From d5cf0ab84dfd7f760267f1bd2c16c6d696f2a3dd Mon Sep 17 00:00:00 2001
From: Ariful Alam
Date: Fri, 1 Mar 2024 16:54:04 +0600
Subject: [PATCH 1/2] Increase top margin of description
---
src/components/publication-card/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/publication-card/index.tsx b/src/components/publication-card/index.tsx
index e8aa065..3f5a7ab 100644
--- a/src/components/publication-card/index.tsx
+++ b/src/components/publication-card/index.tsx
@@ -106,7 +106,7 @@ const PublicationCard = ({
)}
{item.description && (
-
+
{item.description}
)}
From b2974b10005d2f58b48168368a0999a8d88d8899 Mon Sep 17 00:00:00 2001
From: Ariful Alam
Date: Fri, 1 Mar 2024 16:54:25 +0600
Subject: [PATCH 2/2] Set default theme to `lofi`
---
gitprofile.config.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gitprofile.config.ts b/gitprofile.config.ts
index fad7432..d66950d 100644
--- a/gitprofile.config.ts
+++ b/gitprofile.config.ts
@@ -168,7 +168,7 @@ const CONFIG = {
snippetVersion: 6,
},
themeConfig: {
- defaultTheme: 'nord',
+ defaultTheme: 'lofi',
// Hides the switch in the navbar
// Useful if you want to support a single color mode