1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Reactify: release notes (#19799)

* reactify release-notes pages

* update GHAE/ES react release notes to not rely on javascripts/release-notes.js
This commit is contained in:
Mike Surowiec
2021-06-09 13:44:32 -07:00
committed by GitHub
parent 4fa725c404
commit a88e99c83a
17 changed files with 693 additions and 8 deletions

View File

@@ -87,6 +87,7 @@ export const HeaderNotifications = () => {
const isLast = i === allNotifications.length - 1
return (
<div
key={content}
className={cx(
'header-notifications text-center f5 color-text-primary py-4 px-6',
type === NotificationType.TRANSLATION && 'translation_notice color-bg-info',