Skip to content

Commit

Permalink
remove double flex class in Publication component
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 20, 2024
1 parent e04dab3 commit 4553ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Publication.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const authorList = bibJSON.author!.split(" and ")
: bibJSON.title
}
</h3>
<div class="flex flex gap-2">
<div class="flex gap-2">
{bibJSON.publisher && <div class="badge badge-ghost">{bibJSON.publisher}</div>}
{bibJSON.journal && <div class="badge badge-ghost">{bibJSON.journal}</div>}
{bibJSON.journal && <div class="badge badge-ghost">{bibJSON.note}</div>}
Expand Down

0 comments on commit 4553ebc

Please sign in to comment.