diff --git a/src/components/branding-assets.tsx b/src/components/branding-assets.tsx index 110f744..328d92f 100644 --- a/src/components/branding-assets.tsx +++ b/src/components/branding-assets.tsx @@ -75,7 +75,7 @@ export function BrandingAssets() { CC BY-SA 4.0 . Thanks to{" "} - + Donno (mr. Logos) {" "} for the assets. diff --git a/src/components/download.tsx b/src/components/download.tsx index fee9ef2..690c380 100644 --- a/src/components/download.tsx +++ b/src/components/download.tsx @@ -227,10 +227,11 @@ export default function DownloadPage() { the web with Zen!
Support the project
{description}
diff --git a/src/components/navigation.tsx b/src/components/navigation.tsx index 771bdeb..d679b0e 100644 --- a/src/components/navigation.tsx +++ b/src/components/navigation.tsx @@ -22,6 +22,7 @@ export const components: { href: string; description: string; isTargetBlank?: boolean; + rel?: "noopener noreferrer" }[] = [ { title: "Privacy Policy", @@ -35,6 +36,7 @@ export const components: { description: "Join our Discord server to chat with the community and get support.", isTargetBlank: true, + rel: "noopener noreferrer" }, { title: "Source Code", @@ -42,6 +44,7 @@ export const components: { description: "View the source code on GitHub and contribute to the project.", isTargetBlank: true, + rel: "noopener noreferrer" }, { title: "Branding Assets", @@ -169,6 +172,7 @@ export function Navigation() { title="Patreon" href="https://patreon.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink" target="_blank" + rel="noopener noreferrer" > Support us on Patreon and get exclusive rewards and keep the project alive. @@ -177,6 +181,7 @@ export function Navigation() { title="Ko-Fi" href="https://ko-fi.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink" target="_blank" + rel="noopener noreferrer" > Ko-fi is a way to support us with a one-time donation and help us keep the project alive. @@ -189,12 +194,13 @@ export function Navigation() {
Consider joining our{" "}
@@ -85,6 +91,8 @@ export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) {
If you encounter any issues, please report them on{" "}
@@ -148,6 +156,8 @@ export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) {
{fix.description}
{fix.issue && (