Fix horizontal stack (#2210)

This commit is contained in:
Bram Kragten 2018-12-07 11:43:49 +01:00 committed by Paulus Schoutsen
parent 3094b08c5f
commit b0580e70d2

View File

@ -28,7 +28,7 @@ const cards = [
{ name: "Gauge", type: "gauge" },
{ name: "Glance", type: "glance" },
{ name: "History Graph", type: "history-graph" },
{ name: "Horizontal Stack", type: "horizontal-graph" },
{ name: "Horizontal Stack", type: "horizontal-stack" },
{ name: "iFrame", type: "iframe" },
{ name: "Light", type: "light" },
{ name: "Map", type: "map" },