feat: removes link to extra features from developers

This commit is contained in:
Dimitrie Stefanescu
2021-07-13 20:35:53 +01:00
parent bb33fb9544
commit f1d501412f
+3 -3
View File
@@ -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>