mirror of
https://github.com/netbootxyz/netboot.xyz-docs.git
synced 2026-04-25 06:55:55 +03:00
[PR #171] [MERGED] Change download buttons to anchor elements for right-click URL copying #170
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz-docs#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netbootxyz/netboot.xyz-docs/pull/171
Author: @Copilot
Created: 1/24/2026
Status: ✅ Merged
Merged: 1/24/2026
Merged by: @antonym
Base:
master← Head:copilot/update-downloads-page-links📝 Commits (2)
229f089Initial plan4567c79Change download buttons from button to anchor elements for right-click URL copying📊 Changes
1 file changed (+5 additions, -7 deletions)
View changed files
📝
src/components/DownloadCard.js(+5 -7)📄 Description
Download buttons used
<button>withwindow.open()onClick handlers, preventing users from right-clicking to copy URLs for use withcurl/wget.Changes
<button>elements with<a href>anchors inDownloadCard.jstarget="_blank"andrel="noopener noreferrer"to preserve original behaviorBefore/After
Screenshot
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.