Skip to content

Commit e2f1d72

Browse files
committed
Better continued reading and join the discussion sections in the footer
1 parent c75d526 commit e2f1d72

1 file changed

Lines changed: 48 additions & 42 deletions

File tree

src/App.jsx

Lines changed: 48 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2708,45 +2708,6 @@ function App() {
27082708
</div>
27092709

27102710
<div className="grid grid-cols-1 lg:grid-cols-2 gap-12">
2711-
<div className="space-y-6">
2712-
<div>
2713-
<h3 className="text-xl font-semibold text-nodered-red-500 mb-3">
2714-
Acknowledgements
2715-
</h3>
2716-
<p className="text-nodered-gray-600 leading-relaxed">
2717-
Node-RED is grateful to{" "}
2718-
<a
2719-
href="https://flowfuse.com"
2720-
target="_blank"
2721-
rel="noopener noreferrer"
2722-
className="text-nodered-red-500 hover:text-nodered-red-700 underline"
2723-
>
2724-
FlowFuse
2725-
</a>{" "}
2726-
for actively sponsoring the project.
2727-
</p>
2728-
</div>
2729-
2730-
<div>
2731-
<h3 className="text-xl font-semibold text-nodered-red-500 mb-3">
2732-
Foundation Owned
2733-
</h3>
2734-
<p className="text-nodered-gray-600 leading-relaxed">
2735-
Node-RED is proudly part of the{" "}
2736-
<a
2737-
href="https://openjsf.org"
2738-
target="_blank"
2739-
rel="noopener noreferrer"
2740-
className="text-nodered-red-500 hover:text-nodered-red-700 underline"
2741-
>
2742-
OpenJS Foundation
2743-
</a>
2744-
, ensuring neutral governance, long-term sustainability,
2745-
and a commitment to open source values.
2746-
</p>
2747-
</div>
2748-
</div>
2749-
27502711
<div className="space-y-6">
27512712
<div>
27522713
<h3 className="text-xl font-semibold text-nodered-red-500 mb-3">
@@ -2771,8 +2732,15 @@ function App() {
27712732
>
27722733
follow-up blog post
27732734
</a>{" "}
2774-
that talks about what is up next with Node-RED 5.0. Join
2775-
the conversation on our{" "}
2735+
that talks about what is up next with Node-RED 5.0.
2736+
</p>
2737+
</div>
2738+
<div>
2739+
<h3 className="text-xl font-semibold text-nodered-red-500 mb-3">
2740+
Join the discussion
2741+
</h3>
2742+
<p className="text-nodered-gray-600 leading-relaxed">
2743+
Join the conversation on our{" "}
27762744
<a
27772745
href="https://discourse.nodered.org/t/modernization-survey-results-now-available/99830"
27782746
target="_blank"
@@ -2781,7 +2749,7 @@ function App() {
27812749
>
27822750
community forum
27832751
</a>{" "}
2784-
to add your thoughts.
2752+
to add your conclusions.
27852753
</p>
27862754
</div>
27872755

@@ -2814,6 +2782,44 @@ function App() {
28142782
</p>
28152783
</div>
28162784
</div>
2785+
<div className="space-y-6">
2786+
<div>
2787+
<h3 className="text-xl font-semibold text-nodered-red-500 mb-3">
2788+
Acknowledgements
2789+
</h3>
2790+
<p className="text-nodered-gray-600 leading-relaxed">
2791+
Node-RED is grateful to{" "}
2792+
<a
2793+
href="https://flowfuse.com"
2794+
target="_blank"
2795+
rel="noopener noreferrer"
2796+
className="text-nodered-red-500 hover:text-nodered-red-700 underline"
2797+
>
2798+
FlowFuse
2799+
</a>{" "}
2800+
for actively sponsoring the project.
2801+
</p>
2802+
</div>
2803+
2804+
<div>
2805+
<h3 className="text-xl font-semibold text-nodered-red-500 mb-3">
2806+
Foundation Owned
2807+
</h3>
2808+
<p className="text-nodered-gray-600 leading-relaxed">
2809+
Node-RED is proudly part of the{" "}
2810+
<a
2811+
href="https://openjsf.org"
2812+
target="_blank"
2813+
rel="noopener noreferrer"
2814+
className="text-nodered-red-500 hover:text-nodered-red-700 underline"
2815+
>
2816+
OpenJS Foundation
2817+
</a>
2818+
, ensuring neutral governance, long-term sustainability,
2819+
and a commitment to open source values.
2820+
</p>
2821+
</div>
2822+
</div>
28172823
</div>
28182824

28192825
<footer className="mt-16">

0 commit comments

Comments
 (0)