Skip to content

Fix SVG xmlns to use http instead of https across components - #111

Draft
qmauvnt with Copilot wants to merge 2 commits into
mainfrom
copilot/sub-pr-110
Draft

Fix SVG xmlns to use http instead of https across components#111
qmauvnt with Copilot wants to merge 2 commits into
mainfrom
copilot/sub-pr-110

Conversation

Copilot AI commented Feb 19, 2026

Copy link
Copy Markdown

SVG xmlns attributes in several components introduced in the vntechies v3 PR used https://www.w3.org/2000/svg — the canonical SVG namespace URI uses http, not https.

Changes

  • components/BottomNav.js, components/Share.js, components/ThemeSwitch.js, components/Pre.js: changed xmlns from https:// to http://
- xmlns="https://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"

layouts/ListLayout.js was already correct and required no change.


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: qmauvnt <10303945+qmauvnt@users.noreply.github.com>
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Feb 19, 2026

Copy link
Copy Markdown

Deploying vntechies-blog with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9efc6fc
Status: ✅  Deploy successful!
Preview URL: https://84c8e617.blog-68k.pages.dev
Branch Preview URL: https://copilot-sub-pr-110.blog-68k.pages.dev

View logs

Copilot AI changed the title [WIP] Address feedback on vntechies v3 PR adjustments Fix SVG xmlns to use http instead of https across components Feb 19, 2026
Copilot AI requested a review from qmauvnt February 19, 2026 21:44
Base automatically changed from ui-v3 to main February 27, 2026 07:03
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