Update dockerfile

This commit is contained in:
DefectingCat
2022-11-22 14:46:55 +08:00
parent 77b64ef7fe
commit c8d64d2fc8
2 changed files with 3 additions and 3 deletions

View File

@ -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;