Skip to content

Commit 0f2600a

Browse files
author
NamCyan
committed
update
1 parent 0a81e96 commit 0f2600a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/news/index.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ const ListItem = ({ date, content }) => (
88
className="absolute w-2 h-2 bg-base-300 rounded-full border border-base-300 mt-1.5"
99
style={{ left: '-4.5px' }}
1010
></div>
11-
<div className="my-0.5 text-xs">{date}</div>
12-
<h3 className="font-semibold">{content}</h3>
11+
<h3 className="font-semibold"><b>{date}:</b> {content}</h3>
1312
</li>
1413
);
1514

0 commit comments

Comments
 (0)