diff options
Diffstat (limited to 'components/information/information-button.tsx')
| -rw-r--r-- | components/information/information-button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/information/information-button.tsx b/components/information/information-button.tsx index f8707439..5a9dc4d4 100644 --- a/components/information/information-button.tsx +++ b/components/information/information-button.tsx @@ -174,7 +174,7 @@ export function InformationButton({ {notice.title}
</h5>
<div className="flex items-center gap-3 text-xs text-gray-500">
- <span>{formatDate(notice.createdAt)}</span>
+ <span>{formatDate(notice.createdAt, "KR")}</span>
{notice.authorName && (
<span>{notice.authorName}</span>
)}
|
