diff --git a/apps/web/src/app/[locale]/iwooos/page.tsx b/apps/web/src/app/[locale]/iwooos/page.tsx index 54bf3f28..e026a6ba 100644 --- a/apps/web/src/app/[locale]/iwooos/page.tsx +++ b/apps/web/src/app/[locale]/iwooos/page.tsx @@ -7337,7 +7337,7 @@ function IwoooSAllProductCoverageSnapshotBoard() { overflowWrap: 'anywhere', }} > - {item} + {publicBoundaryText(item)} ))} @@ -7510,7 +7510,7 @@ function IwoooSGlobalSecurityMeshMatrixBoard() { overflowWrap: 'anywhere', }} > - {item} + {publicBoundaryText(item)} ))} @@ -7709,7 +7709,7 @@ function IwoooSHostToolEvidenceChainBoard() { overflowWrap: 'anywhere', }} > - {item} + {publicBoundaryText(item)} ))} @@ -8507,7 +8507,7 @@ function IwoooSRuntimeSecurityReadbackBoard() { overflowWrap: 'anywhere', }} > - {item} + {publicBoundaryText(item)} ))} @@ -8777,7 +8777,7 @@ function IwoooSSecurityControlCoverageBoard() { overflowWrap: 'anywhere', }} > - {item} + {publicBoundaryText(item)} ))} @@ -10600,7 +10600,7 @@ function IwoooSSecurityAssetControlLedgerBoard() { overflowWrap: 'anywhere', }} > - {item} + {publicBoundaryText(item)} ))}