mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 13:48:42 +03:00
fix: _blank links on landing page
This commit is contained in:
parent
78c0131db4
commit
f7e8902771
@ -34,6 +34,7 @@ export default function Home() {
|
|||||||
Hi, my name is Andreas, I'm building serverless and open source
|
Hi, my name is Andreas, I'm building serverless and open source
|
||||||
solutions at{" "}
|
solutions at{" "}
|
||||||
<Link
|
<Link
|
||||||
|
target="_blank"
|
||||||
href="https://upstash.com"
|
href="https://upstash.com"
|
||||||
className="underline duration-500 hover:text-zinc-300"
|
className="underline duration-500 hover:text-zinc-300"
|
||||||
>
|
>
|
||||||
@ -43,6 +44,7 @@ export default function Home() {
|
|||||||
<br />
|
<br />
|
||||||
and working on{" "}
|
and working on{" "}
|
||||||
<Link
|
<Link
|
||||||
|
target="_blank"
|
||||||
href="https://planetfall.io"
|
href="https://planetfall.io"
|
||||||
className="underline duration-500 hover:text-zinc-300"
|
className="underline duration-500 hover:text-zinc-300"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user