h22
This commit is contained in:
parent
7610e186bc
commit
00d6016097
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ export function ToolStackBlock({ heading, tools }: ToolStackBlockProps) {
|
||||||
<Container className="py-12 md:py-24">
|
<Container className="py-12 md:py-24">
|
||||||
<div className="bg-muted/50 border border-foreground/10 rounded-2xl p-8">
|
<div className="bg-muted/50 border border-foreground/10 rounded-2xl p-8">
|
||||||
{heading && (
|
{heading && (
|
||||||
<p className="text-[10px] font-bold tracking-[0.2em] uppercase text-foreground/30 mb-6">
|
<p className="text-xs font-bold tracking-[0.2em] uppercase text-foreground/60 mb-6">
|
||||||
{heading}
|
{heading}
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue