+
"{item.title}"
)
@@ -104,7 +104,7 @@ const others = await group_by_path(items, Astro.currentLocale);
href={item.cad[0][".html"]}
title="link to your page"
aria-label="your label"
- class="relative group overflow-hidden pl-4 font-mono h-14 flex space-x-6 items-center bg-white hover:bg-neutral-200 duration-300 rounded-xl w-full justify-between"
+ class="relative group overflow-hidden pl-4 h-14 flex space-x-6 items-center bg-white hover:bg-neutral-200 duration-300 rounded-xl w-full justify-between"
>
3D Preview
@@ -155,7 +155,7 @@ const others = await group_by_path(items, Astro.currentLocale);
href={item.checkout}
title="link to your page"
aria-label="your label"
- class="relative group overflow-hidden pl-4 font-mono h-14 flex space-x-6 items-center bg-orange-500 hover:bg-black duration-300 rounded-xl w-full justify-between"
+ class="relative group overflow-hidden pl-4 h-14 flex space-x-6 items-center bg-orange-500 hover:bg-black duration-300 rounded-xl w-full justify-between"
>
Add to cart
@@ -205,7 +205,7 @@ const others = await group_by_path(items, Astro.currentLocale);
SHOW_LICENSE && (
-
+
License
@@ -265,31 +265,44 @@ const others = await group_by_path(items, Astro.currentLocale);
data-tabs-inactive-classes="dark:border-transparent text-gray-500 hover:text-gray-600 dark:text-gray-400 border-gray-100 hover:border-gray-300 dark:border-gray-700 dark:hover:text-gray-300"
role="tablist"
>
- {SHOW_README && }
-
-
-
- {SHOW_SAMPLES && }
+ {SHOW_README && item.readme && }
+ {SHOW_SPECS && }
+ {SHOW_GALLERY && }
+ {SHOW_RESOURCES && }
+ {
+ SHOW_SAMPLES && item.assets.samples.length > 0 && (
+
+ )
+ }
{SHOW_DEBUG && }
-
+ {SHOW_README && item.readme &&
{
- SHOW_README && item.readme && (
+ (
)
}
-
-
-
-
-
-
+ }
+ {
+ SHOW_SPECS && (
+
+
+
+ )
+ }
+ {
+ SHOW_GALLERY && (
+
+ {" "}
+
+ )
+ }
{
SHOW_SAMPLES && (
-
- Related
+ Related
-
{
SHOW_RELATED && (