Skip to content

Commit 050586a

Browse files
author
NamCyan
committed
update
1 parent 0f2600a commit 050586a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/news/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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-
<h3 className="font-semibold"><b>{date}:</b> {content}</h3>
11+
<h3 className="font-semibold">{date}: {content}</h3>
1212
</li>
1313
);
1414

0 commit comments

Comments
 (0)