diff --git a/src/design/components/catalog-filter/examples.tsx b/src/design/components/catalog-filter/examples.tsx index 998fb17..0bb18d1 100644 --- a/src/design/components/catalog-filter/examples.tsx +++ b/src/design/components/catalog-filter/examples.tsx @@ -3,7 +3,7 @@ export function CatalogFilterExamples() {

Catalog filter

An HTML Web Component (<catalog-filter>) that wraps a filter form and list. With JavaScript, filters items in-place by tier and category. Without JavaScript, the form submits as a GET request.

-

See the Work page for a live example.

+

Live example coming soon — the Work page is not yet published.

) } diff --git a/src/design/components/link/examples.tsx b/src/design/components/link/examples.tsx index 170ebfc..940f6f6 100644 --- a/src/design/components/link/examples.tsx +++ b/src/design/components/link/examples.tsx @@ -7,7 +7,7 @@ export function LinkExamples() {

Navigational anchors. External links automatically add rel="noopener external" and a visual icon indicator.

Internal link

-

View our work

+

Our commitment

External link

Flexion on GitHub

diff --git a/src/design/components/sortable-table/examples.tsx b/src/design/components/sortable-table/examples.tsx index aa0fe1c..d7e1d60 100644 --- a/src/design/components/sortable-table/examples.tsx +++ b/src/design/components/sortable-table/examples.tsx @@ -3,7 +3,7 @@ export function SortableTableExamples() {

Sortable table

An HTML Web Component (<sortable-table>) that wraps a table. Column headers become clickable sort controls. Works without JavaScript — the default sort is applied server-side.

-

See the Health page for a live example.

+

Live example coming soon — the Health page is not yet published.

) }