From 6e36938ff550078db68494dd936e58da8cd0e3f8 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Tue, 16 Feb 2021 13:41:14 +0100 Subject: [PATCH] bandwidth --- packages/dashboard/src/pages/index.js | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/packages/dashboard/src/pages/index.js b/packages/dashboard/src/pages/index.js index 5e07f33f..cdc621d5 100644 --- a/packages/dashboard/src/pages/index.js +++ b/packages/dashboard/src/pages/index.js @@ -96,7 +96,7 @@ export default function Home() {
@@ -120,7 +120,7 @@ export default function Home() {
- + View all downloads
@@ -192,9 +192,7 @@ export default function Home() { ) : (
  • -
    -

    no downloads yet

    -
    +

    no entries yet

  • )} @@ -262,9 +260,7 @@ export default function Home() { ) : (
  • -
    -

    no uploads yet

    -
    +

    no entries yet

  • )}