diff --git a/components/Benchmarks.js b/components/Benchmarks.js index 52b2b53..58e0c01 100644 --- a/components/Benchmarks.js +++ b/components/Benchmarks.js @@ -209,7 +209,24 @@ export default function Benchmarks(props) { ) : ( -
No benchmarks yet!
+
+
+ + + + + + + + + + + + +
+

No benchmarks found!

+
+ )} ); diff --git a/components/Ecosystem.js b/components/Ecosystem.js index 40527a9..9d756e1 100644 --- a/components/Ecosystem.js +++ b/components/Ecosystem.js @@ -256,8 +256,25 @@ export default function Ecosystem(props) { ))} ) : ( -
No projects added yet!
+
+
+ + + + + + + + + + + + +
+

No projects found!

+
+ )} - ); + ); } diff --git a/components/Timeline.js b/components/Timeline.js index 47945d7..0235f56 100644 --- a/components/Timeline.js +++ b/components/Timeline.js @@ -174,7 +174,23 @@ export default function Timeline(props) { ) : ( -
Timeline data is empty
+
+
+ + + + + + + + + + + + +
+

No timeline snapshots found!

+
)} );