Merge branch 'main' into fix-account-management-link

This commit is contained in:
Alloy Networks
2025-08-05 19:25:22 +03:00
committed by GitHub

View File

@@ -76,11 +76,11 @@ const { frontmatter } = Astro.props
</div> </div>
<div class="text-black flex flex-col col-span-2 md:col-span-3 row-start-auto md:row-start-2 min-h-40 items-start justify-end p-4 bg-white border-black border-2"> <div class="text-black flex flex-col col-span-2 md:col-span-3 row-start-auto md:row-start-2 min-h-40 items-start justify-end p-4 bg-white border-black border-2">
<h3 class="text-xl md:text-2xl font-semibold">Ledgers closed</h3> <h3 class="text-xl md:text-2xl font-semibold">Ledgers closed</h3>
<h4 class="text-4xl md:text-6xl font-extrabold">15M+</h4> <h4 class="text-4xl md:text-6xl font-extrabold">16M+</h4>
</div> </div>
<a href="/docs/infrastructure/node-requirements/" class="col-span-3 row-start-auto md:row-start-2 px-10 h-12 flex items-center justify-center bg-xahau-green text-black text-base font-bold hover:bg-black hover:text-white transition">Want to run a node?</a> <a href="/docs/infrastructure/node-requirements/" class="col-span-3 row-start-auto md:row-start-2 px-10 h-12 flex items-center justify-center bg-xahau-green text-black text-base font-bold hover:bg-black hover:text-white transition">Want to run a node?</a>
</div> </div>
</div> </div>
</div> </div>
<slot /> <slot />
</BaseLayout> </BaseLayout>