mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
Update dockerfile
This commit is contained in:
@ -11,7 +11,7 @@ const PostComment = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="text-center select-none">
|
||||
<div className="flex justify-center select-none">
|
||||
{currentTheme === 'dark' ? (
|
||||
<Image
|
||||
src="/images/img/comment-line-dark.svg"
|
||||
@ -49,4 +49,4 @@ const PostComment = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default PostComment;
|
||||
export default PostComment;
|
Reference in New Issue
Block a user