mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
Add new post
* fix styles
This commit is contained in:
@ -18,7 +18,7 @@ const Image = ({ src, alt }: Props) => {
|
||||
layout="fill"
|
||||
className={styles.image}
|
||||
/>
|
||||
<span className="block text-center text-gray-400">{alt}</span>
|
||||
{alt && <span className="block text-center text-gray-400">{alt}</span>}
|
||||
</p>
|
||||
</>
|
||||
);
|
||||
|
Reference in New Issue
Block a user