mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 12:05:28 +00:00
fix: remove space before comma
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user