Skip to content

feat(storefront): make service endpoint clickable#462

Merged
OisinKyne merged 1 commit into
mainfrom
feat/storefront-clickable-endpoint
May 11, 2026
Merged

feat(storefront): make service endpoint clickable#462
OisinKyne merged 1 commit into
mainfrom
feat/storefront-clickable-endpoint

Conversation

@bussyjd
Copy link
Copy Markdown
Collaborator

@bussyjd bussyjd commented May 11, 2026

Summary

Wraps the endpoint string on each ServiceCard in an anchor so visitors can click through to the published service URL instead of copy-pasting it. Pulled forward from the integration branch behind #452 where it didn't survive the squash merge.

Test plan

  • npx tsc --noEmit — clean type check on the storefront with the changed component
  • npm run dev boots next dev cleanly on port 3344; GET / returns HTTP 200 with no build/compile-error overlay
  • Confirmed in the rendered HTML: no <p …obol-green> remains for the endpoint slot; <a href=…obol-green> is now present. Source has the required classNames (block, text-obol-green, font-mono, text-xs, break-all, hover:underline)

Wraps the endpoint string on each ServiceCard in an anchor so visitors
can click through to the published service URL instead of having to
copy-paste it.
@OisinKyne OisinKyne force-pushed the feat/storefront-clickable-endpoint branch from 8d6d9bb to c38f5d4 Compare May 11, 2026 11:56
@OisinKyne OisinKyne merged commit ff5892e into main May 11, 2026
5 checks passed
@OisinKyne OisinKyne deleted the feat/storefront-clickable-endpoint branch May 11, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants