feat: #112 の修正(#190) (#191)

Merge branch 'main' into feature/190

#190

Co-authored-by: miteruzo <miteruzo@naver.com>
Reviewed-on: #191
This commit was merged in pull request #191.
This commit is contained in:
2025-12-28 04:46:33 +09:00
parent c0cf97b80d
commit c93f8585a1
2 changed files with 47 additions and 29 deletions
@@ -1,5 +1,6 @@
import { AnimatePresence, motion } from 'framer-motion'
import { useEffect, useState } from 'react'
import { Link } from 'react-router-dom'
import TagLink from '@/components/TagLink'
import TagSearch from '@/components/TagSearch'
@@ -128,6 +129,9 @@ export default (({ post }: Props) => {
&& `${ (new Date (post.originalCreatedBefore)).toLocaleString () } より前`}
</>)}
</li>
<li>
<Link to={`/posts/changes?id=${ post.id }`}></Link>
</li>
</ul>
</div>)}
</motion.div>