review action

This commit is contained in:
2025-06-08 14:27:59 +03:00
parent 762225e816
commit 2bd157e9b7
3 changed files with 1 additions and 11 deletions

View File

@@ -96,11 +96,6 @@ Discover the key products that bring us closer to our vision of the new internet
button_text_2="Learn More",
button_link_2="https://docs.threefold.io/docs/components/3phone/",
title_3="3Bot",
description_3="An AI-powered virtual system administrator helps deploy and manage your digital life.",
button_text_3="Learn More",
button_link_3="https://docs.threefold.io/docs/components/3bot",
title_4="3Router",
description_4="Smart routers ensure shortest-path connections between nodes and phones with end-to-end encryption. Unlocked after 10,000 pre-orders.",
button_text_4="Learn More",

View File

@@ -46,7 +46,7 @@
</div>
<div class="flex flex-col text-left leading-none uppercase">
{% if author %}
<p class="text-gray-400 text-xs">{{ author.title }}</p>
<p class="text-gray-400 text-xs mb-0">{{ author.title }}</p>
{% endif %}
<p class="text-gray-400 text-xs">
<time datetime="{{post.date}}">

View File

@@ -37,11 +37,6 @@
<dd class="my-2 max-w-lg text-sm/6 text-gray-400 font-light leading-tight">{{ description_2 }}</dd>
<a href="{{ button_link_2 }}" target="_blank" class="text-sm/6 font-semibold text-white hover:text-gray-200">{{ button_text_2 }} <span aria-hidden="true"></span></a>
</div>
<div class="fade-in relative p-6 bg-white/5 rounded-lg my-4"> <!-- Add padding inside this div -->
<dt class="mt-2 lg:text-xl text-lg font-medium tracking-tight text-white">{{ title_3 }}</dt>
<dd class="my-2 max-w-lg text-sm/6 text-gray-400 font-light leading-tight">{{ description_3 }}</dd>
<a href="{{ button_link_3 }}" target="_blank" class="text-sm/6 font-semibold text-white hover:text-gray-200">{{ button_text_3 }} <span aria-hidden="true"></span></a>
</div>
<div class="fade-in relative p-6 bg-white/5 rounded-lg my-4"> <!-- Add padding inside this div -->
<dt class="mt-2 lg:text-xl text-lg font-medium tracking-tight text-white">{{ title_4 }}</dt>
<dd class="my-2 max-w-lg text-sm/6 text-gray-400 font-light leading-tight">{{ description_4 }}</dd>