1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-04-21 03:01:52 +02:00

fix changelog message

This commit is contained in:
RuntimeTerror10 2022-02-20 22:23:30 +05:30
parent 2952ffab31
commit 736219297c

View File

@ -115,12 +115,13 @@ export function Notifications(props) {
<div>
<h1>Whats new?</h1>
<Notification version="4.2.0" {...props} isLatest={true}>
<NotificationItem>
Tailwind CSS now added to popular libraries list.
</NotificationItem>
<li>
Tailwind CSS now added to popular libraries list. Thanks
<a href="https://github.com/LoganDark"> @LoganDark</a>
</li>
</Notification>
<Notification version="4.0.3" {...props}>
<NotificationItem>
<NotificationItem type="bug">
Broken syntax highlighting in non-default Preprocessors.
</NotificationItem>
</Notification>