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 0a81e96 commit 0f2600aCopy full SHA for 0f2600a
src/components/news/index.jsx
@@ -8,8 +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
- <div className="my-0.5 text-xs">{date}</div>
12
- <h3 className="font-semibold">{content}</h3>
+ <h3 className="font-semibold"><b>{date}:</b> {content}</h3>
13
</li>
14
);
15
0 commit comments