mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
fix: remove space before comma
This commit is contained in:
@@ -37,8 +37,9 @@ const {
|
||||
{
|
||||
(author || source) && (
|
||||
<footer class="text-2 font-normal opacity-60 mbs-6">
|
||||
{author && <b class="font-normal">{author}</b>}
|
||||
{author && source && ', '}
|
||||
<!-- prettier-ignore-start -->
|
||||
{author && <b class="font-normal">{author}</b>}{author && source && ', '}
|
||||
<!-- prettier-ignore-end -->
|
||||
{source &&
|
||||
(sourceUrl ? (
|
||||
<cite>
|
||||
|
||||
Reference in New Issue
Block a user