From 6a923a55a007dbf15a2444fe501a396dc198da78 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sun, 6 Sep 2020 23:51:51 -0700 Subject: [PATCH] add links to modeing hub cards --- src/app/ModelingPage.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/ModelingPage.js b/src/app/ModelingPage.js index 5538ea4..10d09d1 100644 --- a/src/app/ModelingPage.js +++ b/src/app/ModelingPage.js @@ -60,7 +60,15 @@ function ItemModelsList() { function ItemModelCard({ item, ...props }) { return ( - + } /> );