[PR #13213] fix(web): open external links in new tab #14558

Closed
opened 2026-02-16 18:19:20 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/13213

State: closed
Merged: No


Fixes the external link to models.dev on the landing page to open in a new tab with proper security attributes.

Problem:
The link to models.dev in the landing page features list doesn't open in a new tab and is missing "noopener noreferrer" rel attributes. This is inconsistent with other external links on the page (GitHub, Discord, Anomaly).

Change:
Added "target="_blank" rel="noopener noreferrer"" to the models.dev link in packages/web/src/components/Lander.astro.

Verification:

  • Link now opens in new tab
  • Security attributes match other external links on the page
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13213 **State:** closed **Merged:** No --- Fixes the external link to models.dev on the landing page to open in a new tab with proper security attributes. **Problem:** The link to models.dev in the landing page features list doesn't open in a new tab and is missing "noopener noreferrer" rel attributes. This is inconsistent with other external links on the page (GitHub, Discord, Anomaly). **Change:** Added "target="_blank" rel="noopener noreferrer"" to the models.dev link in packages/web/src/components/Lander.astro. **Verification:** - [x] Link now opens in new tab - [x] Security attributes match other external links on the page
yindo added the pull-request label 2026-02-16 18:19:20 -05:00
yindo closed this issue 2026-02-16 18:19:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14558