fix: remove space before comma

This commit is contained in:
Stefan Imhoff
2025-06-16 20:17:36 +02:00
parent 5b6e8fe19f
commit 013db71138

View File

@@ -37,8 +37,9 @@ const {
{ {
(author || source) && ( (author || source) && (
<footer class="text-2 font-normal opacity-60 mbs-6"> <footer class="text-2 font-normal opacity-60 mbs-6">
{author && <b class="font-normal">{author}</b>} <!-- prettier-ignore-start -->
{author && source && ', '} {author && <b class="font-normal">{author}</b>}{author && source && ', '}
<!-- prettier-ignore-end -->
{source && {source &&
(sourceUrl ? ( (sourceUrl ? (
<cite> <cite>