Added target blank to some links

This commit is contained in:
Zhenya Goroh
2024-10-08 21:30:34 +03:00
parent 548541545d
commit 588f61a54d
3 changed files with 14 additions and 9 deletions

View File

@@ -75,7 +75,7 @@ export function BrandingAssets() {
CC BY-SA 4.0 CC BY-SA 4.0
</a> </a>
. Thanks to{" "} . Thanks to{" "}
<a href="https://www.onnno.nl/" className="text-blue-500"> <a href="https://www.onnno.nl/" target="_blank" className="text-blue-500">
Donno (mr. Logos) Donno (mr. Logos)
</a>{" "} </a>{" "}
for the assets. for the assets.

View File

@@ -227,8 +227,9 @@ export default function DownloadPage() {
the web with Zen! the web with Zen!
</p> </p>
<div className="mt-5 flex items-center font-bold"> <div className="mt-5 flex items-center font-bold">
<a href="https://github.com/zen-browser">Source Code</a> <a target="_blank" href="https://github.com/zen-browser">Source Code</a>
<a <a
target="_blank"
className="ml-5" className="ml-5"
href="https://patreon.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink" href="https://patreon.com/zen_browser?utm_medium=unknown&utm_source=join_link&utm_campaign=creatorshare_creator&utm_content=copyLink"
> >

View File

@@ -18,6 +18,7 @@ export default function Footer() {
<div className="mt-auto"> <div className="mt-auto">
<h1 className="text-2xl font-bold opacity-80">Zen Browser</h1> <h1 className="text-2xl font-bold opacity-80">Zen Browser</h1>
<a <a
target="_blank"
data-umami-event="footer-status" data-umami-event="footer-status"
href="https://uptime.zen-browser.app/" href="https://uptime.zen-browser.app/"
className="mt-2 flex w-fit cursor-pointer items-center rounded-md bg-surface px-3 py-2 shadow" className="mt-2 flex w-fit cursor-pointer items-center rounded-md bg-surface px-3 py-2 shadow"
@@ -34,16 +35,16 @@ export default function Footer() {
</a> </a>
<h2 className="text-md mt-6 font-bold opacity-80">Follow Us</h2> <h2 className="text-md mt-6 font-bold opacity-80">Follow Us</h2>
<div className="mt-4 flex opacity-70"> <div className="mt-4 flex opacity-70">
<a href="https://github.com/zen-browser"> <a target="_blank" href="https://github.com/zen-browser">
<GitHubLogoIcon className="h-5 w-5" /> <GitHubLogoIcon className="h-5 w-5" />
</a> </a>
<a href="https://discord.gg/zen-browser" className="ml-5"> <a target="_blank" href="https://discord.gg/zen-browser" className="ml-5">
<DiscordLogoIcon className="h-5 w-5" /> <DiscordLogoIcon className="h-5 w-5" />
</a> </a>
<a href="https://fosstodon.org/@zenbrowser" className="ml-5"> <a target="_blank" href="https://fosstodon.org/@zenbrowser" className="ml-5">
<MastodonLogo className="h-5 w-5" /> <MastodonLogo className="h-5 w-5" />
</a> </a>
<a href="https://twitter.com/zen_browser" className="ml-5"> <a target="_blank" href="https://twitter.com/zen_browser" className="ml-5">
<TwitterLogoIcon className="h-5 w-5" /> <TwitterLogoIcon className="h-5 w-5" />
</a> </a>
</div> </div>
@@ -72,6 +73,7 @@ export default function Footer() {
<ul className="mt-4 font-normal opacity-70"> <ul className="mt-4 font-normal opacity-70">
<li> <li>
<a <a
target="_blank"
data-umami-event="footer-discord" data-umami-event="footer-discord"
href="https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748" href="https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748"
> >
@@ -79,7 +81,7 @@ export default function Footer() {
</a> </a>
</li> </li>
<li className="mt-2 font-normal"> <li className="mt-2 font-normal">
<a href="https://github.com/zen-browser/desktop/issues"> <a target="_blank" href="https://github.com/zen-browser/desktop/issues">
Report an Issue Report an Issue
</a> </a>
</li> </li>
@@ -106,10 +108,10 @@ export default function Footer() {
<a href="/branding-assets">Branding Assets</a> <a href="/branding-assets">Branding Assets</a>
</li> </li>
<li className="mt-2"> <li className="mt-2">
<a href="https://github.com/zen-browser/desktop">Source Code</a> <a target="_blank" href="https://github.com/zen-browser/desktop">Source Code</a>
</li> </li>
<li className="mt-2"> <li className="mt-2">
<a href="https://docs.zen-browser.app">Documentation</a> <a target="_blank" href="https://docs.zen-browser.app">Documentation</a>
</li> </li>
<li className="mt-2"> <li className="mt-2">
<a href="/release-notes">Release Notes</a> <a href="/release-notes">Release Notes</a>
@@ -119,6 +121,7 @@ export default function Footer() {
<ul className="mt-4 font-normal opacity-70"> <ul className="mt-4 font-normal opacity-70">
<li> <li>
<a <a
target="_blank"
data-umami-event="patreon-fotter" data-umami-event="patreon-fotter"
href="https://patreon.com/zen_browser" href="https://patreon.com/zen_browser"
> >
@@ -127,6 +130,7 @@ export default function Footer() {
</li> </li>
<li className="mt-2"> <li className="mt-2">
<a <a
target="_blank"
data-umami-event="ko-fi-fotter" data-umami-event="ko-fi-fotter"
href="https://ko-fi.com/zen_browser" href="https://ko-fi.com/zen_browser"
> >