We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2600a commit 050586aCopy full SHA for 050586a
src/components/news/index.jsx
@@ -8,7 +8,7 @@ const ListItem = ({ date, content }) => (
8
className="absolute w-2 h-2 bg-base-300 rounded-full border border-base-300 mt-1.5"
9
style={{ left: '-4.5px' }}
10
></div>
11
- <h3 className="font-semibold"><b>{date}:</b> {content}</h3>
+ <h3 className="font-semibold">{date}: {content}</h3>
12
</li>
13
);
14
0 commit comments