diff --git a/components/portfolio/CapabilityRows.tsx b/components/portfolio/CapabilityRows.tsx index 9d9f4fb..6d86b62 100644 --- a/components/portfolio/CapabilityRows.tsx +++ b/components/portfolio/CapabilityRows.tsx @@ -53,7 +53,7 @@ export function CapabilityRows() {

{capability.text}

-

+

{formatCapabilityIndex(capability.index)}

diff --git a/components/portfolio/CommandPalette.tsx b/components/portfolio/CommandPalette.tsx index 717ac1d..eb3aa76 100644 --- a/components/portfolio/CommandPalette.tsx +++ b/components/portfolio/CommandPalette.tsx @@ -168,7 +168,7 @@ export function CommandPalette() { diff --git a/components/portfolio/OperatorProfile.tsx b/components/portfolio/OperatorProfile.tsx index 84add54..d3f83fd 100644 --- a/components/portfolio/OperatorProfile.tsx +++ b/components/portfolio/OperatorProfile.tsx @@ -94,7 +94,7 @@ export function OperatorProfile() { Domain → Capabilities -

OPERATING SURFACE

+

OPERATING SURFACE

diff --git a/components/portfolio/WorkIndex.tsx b/components/portfolio/WorkIndex.tsx index 05d0a16..cb5b0c7 100644 --- a/components/portfolio/WorkIndex.tsx +++ b/components/portfolio/WorkIndex.tsx @@ -110,7 +110,7 @@ export function WorkIndex() { PROJECT

- + {String(index + 1).padStart(2, "0")}

-

+

TYPE

@@ -138,7 +138,7 @@ export function WorkIndex() {

-

+

STATUS

@@ -150,7 +150,7 @@ export function WorkIndex() {

-

+

YEAR

@@ -229,7 +229,7 @@ export function WorkIndex() { ))}

) : ( -

+

Closed / internal artifact

)}