mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
Add post toc
This commit is contained in:
@ -12,7 +12,7 @@ const Image = ({ alt, ...rest }: Props) => {
|
||||
className={classNames(
|
||||
'block mx-auto',
|
||||
'text-center text-gray-400',
|
||||
'mt-2'
|
||||
'my-2'
|
||||
)}
|
||||
>
|
||||
{alt}
|
||||
|
Reference in New Issue
Block a user