h2
This commit is contained in:
parent
dfc5916eaf
commit
7610e186bc
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ export function BentoRowBlock(props: BentoRowBlockProps) {
|
||||||
<div className="bg-muted/50 border border-foreground/10 rounded-2xl p-8 flex flex-col justify-between gap-8">
|
<div className="bg-muted/50 border border-foreground/10 rounded-2xl p-8 flex flex-col justify-between gap-8">
|
||||||
<div>
|
<div>
|
||||||
{aboutHeading && (
|
{aboutHeading && (
|
||||||
<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">
|
||||||
{aboutHeading}
|
{aboutHeading}
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|
@ -49,7 +49,7 @@ export function BentoRowBlock(props: BentoRowBlockProps) {
|
||||||
{/* Skills Section */}
|
{/* Skills Section */}
|
||||||
<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">
|
||||||
{skillsHeading && (
|
{skillsHeading && (
|
||||||
<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">
|
||||||
{skillsHeading}
|
{skillsHeading}
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue