tecitheme 0.15.7 → 0.15.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -64,6 +64,10 @@
|
|
|
64
64
|
<p class="{item.heading ? "" : "h-6"} mt-2 text-lg font-semibold tracking-tight text-gray-900">{item.heading ? item.heading : ""}</p>
|
|
65
65
|
|
|
66
66
|
<p class="mt-2 text-sm">{item.text}</p>
|
|
67
|
+
|
|
68
|
+
{#if item.prompt && item.url}
|
|
69
|
+
<p class="text-sm {getColorStyles("text", color)} mt-2">{item.prompt} →</p>
|
|
70
|
+
{/if}
|
|
67
71
|
</div>
|
|
68
72
|
</a>
|
|
69
73
|
</div>
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
</script>
|
|
38
38
|
|
|
39
|
-
<
|
|
39
|
+
<section id={id} class="relative overflow-hidden py-8 lg:py-12 not-prose">
|
|
40
40
|
|
|
41
41
|
<div class="relative">
|
|
42
42
|
<div class="lg:mx-auto lg:grid lg:max-w-7xl lg:grid-flow-col-dense lg:grid-cols-2 lg:gap-24 lg:px-8">
|
|
@@ -136,4 +136,4 @@
|
|
|
136
136
|
</div>
|
|
137
137
|
</div>
|
|
138
138
|
|
|
139
|
-
</
|
|
139
|
+
</section>
|