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 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}

)}