Skip to content

Commit

Permalink
πŸ”§ fix: λ‰΄μŠ€ λ ˆμ΄μ•„μ›ƒ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysir committed Dec 4, 2024
1 parent 3919857 commit 3a20e0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FE/src/components/News/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export default function Card({ data }: CardWithImageProps) {
{data.title}
</h3>
</div>
<span className={'hidden w-fit text-sm text-gray-500 lg:block'}>
<span
className={'hidden w-full text-end text-sm text-gray-500 lg:block'}
>
{formatDate(data.pubDate)}
</span>
</div>
Expand Down

0 comments on commit 3a20e0a

Please sign in to comment.