diff --git a/partials/interop/connectorTagCards.hbs b/partials/interop/connectorTagCards.hbs index de27b26..1a0ed92 100644 --- a/partials/interop/connectorTagCards.hbs +++ b/partials/interop/connectorTagCards.hbs @@ -6,7 +6,7 @@ us:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm rounded-md"> {{#get "tags" limit="all" include='count.posts' order='count.posts desc' - filter="slug:[rhino,grasshopper,revit,dynamo,excel,blender,autocad,civil3d,unity,unreal,etabs,qgis,topsolid,powerbi,sketchup]"}} + filter="slug:[rhino,grasshopper,revit,dynamo,excel,blender,autocad,civil3d,unity,unreal,etabs,qgis,topsolid,powerbi,sketchup,openroads,microstation,openbuildings]"}} {{#foreach tags }} {{/foreach}} @@ -17,7 +17,7 @@ class="inline-block sm:w-auto mt-1 pl-3 mx-3 pr-10 py-2 text-base font-extrabold shadow-lg text-white bg-blue-500 dark:bg-blue-900 border-gray-300 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm rounded-md"> {{#get "tags" limit="all" include='count.posts' order='count.posts desc' - filter="slug:[rhino,grasshopper,revit,dynamo,excel,blender,autocad,civil3d,unity,unreal,etabs,qgis,topsolid,powerbi,sketchup]"}} + filter="slug:[rhino,grasshopper,revit,dynamo,excel,blender,autocad,civil3d,unity,unreal,etabs,qgis,topsolid,powerbi,sketchup,openroads,microstation,openbuildings]"}} {{#foreach tags }} {{/foreach}} @@ -34,7 +34,7 @@