このコミットが含まれているのは:
2026-03-02 22:40:55 +09:00
コミット 1e54fb5be4
6個のファイルの変更65行の追加29行の削除
+2 -1
ファイルの表示
@@ -6,6 +6,7 @@ import PageTitle from '@/components/common/PageTitle'
import MainArea from '@/components/layout/MainArea'
import { SITE_TITLE } from '@/config'
import { apiGet } from '@/lib/api'
import { dateString } from '@/lib/utils'
import type { FormEvent } from 'react'
@@ -84,7 +85,7 @@ export default () => {
</PrefetchLink>
</td>
<td className="p-2">
{page.updatedAt}
{dateString (page.updatedAt)}
</td>
</tr>))}
</tbody>