updateshow products

This commit is contained in:
2021-09-23 13:37:13 +02:00
parent 168cebcd2c
commit 14caf0ed48
6 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
--- ---
id: nodes_home id: nodes_home
title: Uhuru title: ''
image: ./uhuru_logo.png image: ./uhuru_logo_color.png
button: Learn More button: Learn More
url: https://threefold.io/info/cloud#/cloud__evdc url: https://threefold.io/info/cloud#/cloud__evdc
--- ---

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@@ -1,6 +1,6 @@
--- ---
id: tokens_home id: tokens_home
title: Cloud title: ''
image: ./cloud_logo.png image: ./cloud_logo.png
button: Learn More button: Learn More
url: https://threefold.io/info/cloud#/cloud__threefold_filesystem url: https://threefold.io/info/cloud#/cloud__threefold_filesystem

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@@ -1,7 +1,7 @@
--- ---
id: storage_home id: storage_home
title: Freeflow title: ''
image: ./fflow_logo.png image: ./fflow_logo_black.png
button: Learn More button: Learn More
url: https://mydigitaltwin.io/ url: https://mydigitaltwin.io/
--- ---

View File

@@ -91,10 +91,10 @@ export default {
.part { .part {
background-color: #70dfc9; background-color: #fff;
} }
.active { .active {
background-color: #ea1ff7; background-color: #fff;
} }
</style> </style>