diff --git a/src/components/Changelog.jsx b/src/components/Changelog.jsx index b0e72d5..f17dc4d 100644 --- a/src/components/Changelog.jsx +++ b/src/components/Changelog.jsx @@ -1,6 +1,5 @@ import { h } from 'preact'; import { Button } from './common'; -import { Icon } from './Icons'; function NotificationItem({ type, label, children }) { var strongTag; @@ -95,7 +94,6 @@ function Notification({ version, isLatest, ...props }) { rel="noopener noreferrer" class="btn" > - Share it

@@ -114,6 +112,9 @@ export function Changelog(props) { quick-add library list. Also, a new template to quick-start in Kaboom has been added. + + Incorrect/old preview rendering bug is fixed. +