From 4553ebc9ae6065e27d275611df3bf3f6bb96ffef Mon Sep 17 00:00:00 2001 From: Kevin F Date: Fri, 20 Sep 2024 10:11:38 +0200 Subject: [PATCH] remove double flex class in Publication component --- src/components/Publication.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Publication.astro b/src/components/Publication.astro index 58d6948..7fb9bcc 100644 --- a/src/components/Publication.astro +++ b/src/components/Publication.astro @@ -25,7 +25,7 @@ const authorList = bibJSON.author!.split(" and ") : bibJSON.title } -
+
{bibJSON.publisher &&
{bibJSON.publisher}
} {bibJSON.journal &&
{bibJSON.journal}
} {bibJSON.journal &&
{bibJSON.note}
}