Skip to content

Commit 45fa0ed

Browse files
authoredFeb 18, 2025
Merge pull request #73 from kc3hack/develop
Develop
2 parents 56369d3 + 5c80570 commit 45fa0ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎frontend/src/app/yomu/AfterYomu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const AfterYomu = ({ tanka, imagePath, userName, userIconPath }: AfterYomuProps)
186186
height={40}
187187
className='rounded-full'
188188
/>
189-
<span className='ml-2 text-red-700'>{userName}</span>
189+
<span className='mx-1 text-red-700'>{userName}</span>
190190
</motion.div>
191191
)}
192192
</div>

‎frontend/src/app/yomu/postActions.ts

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const postYomu = async (data: PostData): Promise<PostResult> => {
3333
original: data.originalText,
3434
user_name: data.userName,
3535
user_icon: data.userIconPath,
36+
image: data.imageData,
3637
},
3738
});
3839
} else {

0 commit comments

Comments
 (0)
Please sign in to comment.