1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 17:50:09 +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> <div>
<h1>Whats new?</h1> <h1>Whats new?</h1>
<Notification version="4.2.0" {...props} isLatest={true}> <Notification version="4.2.0" {...props} isLatest={true}>
<NotificationItem> <li>
Tailwind CSS now added to popular libraries list. Tailwind CSS now added to popular libraries list. Thanks
</NotificationItem> <a href="https://github.com/LoganDark"> @LoganDark</a>
</li>
</Notification> </Notification>
<Notification version="4.0.3" {...props}> <Notification version="4.0.3" {...props}>
<NotificationItem> <NotificationItem type="bug">
Broken syntax highlighting in non-default Preprocessors. Broken syntax highlighting in non-default Preprocessors.
</NotificationItem> </NotificationItem>
</Notification> </Notification>