satnaing / astro-paper

A minimal, accessible and SEO-friendly Astro blog theme
https://astro-paper.pages.dev/
MIT License
2.12k stars 440 forks source link

fix: avoid `undefined` class-name in the `Datetime` component #269

Closed 87xie closed 4 months ago

87xie commented 4 months ago

Avoid undefined when passing className as a prop

Is there a better solution for this project, such as using clsx to combine classes?

Before

image

After

image