Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 41c533e

Browse files
committed
lint fix
1 parent c7d4ee9 commit 41c533e

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

packages/dx-site/src/components/docs/notification-box.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ const NotificationBox = ({ style }) => (
1919
>
2020
end-of-life (EOL)
2121
</a>
22-
. We will no longer provide updates, bug fixes, or technical support for these libraries.
22+
. We will no longer provide updates, bug fixes, or technical support
23+
for these libraries.
2324
</p>
2425
<p className={`m-0 ${styles.notificationBoxText}`}>
2526
<b>Developing a React App? Check out our updated React UI Suite instead.</b>

packages/dx-site/src/pages/docs.jsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,13 @@ export default () => (
6565
>
6666
end-of-life (EOL)
6767
</a>
68-
. We will no longer provide updates, bug fixes, or technical support for these libraries.
68+
. We will no longer provide updates, bug fixes, or technical support
69+
for these libraries.
6970
</p>
7071
<p>
71-
<div className="part-title">Developing a React App? Check out our updated React UI Suite instead.</div>
72+
<div className="part-title">
73+
Developing a React App? Check out our updated React UI Suite instead.
74+
</div>
7275
If you are considering React for an upcoming software project or
7376
have used DevExtreme Reactive components in the past, please visit&nbsp;
7477
<a
@@ -78,8 +81,8 @@ export default () => (
7881
>
7982
js.devexpress.com/react
8083
</a>
81-
&nbsp;and download a free trial version of DevExtreme React UI - over 80+ components
82-
designed to help you build your best, without limits or compromise.
84+
&nbsp;and download a free trial version of DevExtreme React UI - over 80+
85+
components designed to help you build your best, without limits or compromise.
8386
</p>
8487
</div>
8588
</div>

0 commit comments

Comments
 (0)