From 982386d0f6dca8cfc8c7a9103b79d31a49dc678d Mon Sep 17 00:00:00 2001 From: akcodez Date: Wed, 29 Oct 2025 07:36:34 -0700 Subject: [PATCH] Update CompanyLogo component to use anchor tag for external links, enhancing accessibility and security with target and rel attributes. --- docs/use-cases/tokenization/real-world-assets.page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/use-cases/tokenization/real-world-assets.page.tsx b/docs/use-cases/tokenization/real-world-assets.page.tsx index fcb7410063..8549741f3a 100644 --- a/docs/use-cases/tokenization/real-world-assets.page.tsx +++ b/docs/use-cases/tokenization/real-world-assets.page.tsx @@ -237,8 +237,10 @@ function DeveloperTools() { function CompanyLogo({ className, alt, aspectRatio, link }) { return ( -
window.open(link, "_blank")} +