feat: removes link to extra features from developers
This commit is contained in:
+3
-3
@@ -48,7 +48,7 @@
|
||||
</div>
|
||||
|
||||
<div class="relative h-36 md:h-24 lg:h-48 rounded-2xl overflow-hidden transition hover:shadow-2xl p-5 flex col-span-2 sm:col-span-1 bg-white dark:bg-gray-900 ">
|
||||
<a href="https://speckle.guide" class="flex w-full h-full">
|
||||
<a href="https://speckle.guide/dev" class="flex w-full h-full">
|
||||
<div class="block self-center w-full">
|
||||
<div class="text-3xl font-semibold text-blue-600">
|
||||
Docs →
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
{{/foreach}}
|
||||
|
||||
<div class="relative py-20 rounded-xl shadow hover:shadow-2xl bg-white dark:bg-gray-800 ring transition overflow-hidden flex col-span-2 md:col-span-1">
|
||||
{{!-- <div class="relative py-20 rounded-xl shadow hover:shadow-2xl bg-white dark:bg-gray-800 ring transition overflow-hidden flex col-span-2 md:col-span-1">
|
||||
<a href="/features" class="self-center">
|
||||
<div class="absolute inset-0 bg-blue-500 opacity-10"
|
||||
style="mix-blend-mode: multiply;"></div>
|
||||
@@ -99,7 +99,7 @@
|
||||
</blockquote>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div> --}}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user