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:
parent
2952ffab31
commit
736219297c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user