mirror of
https://github.com/AderKonstantin/aderktech-chronark.com-.git
synced 2025-06-08 05:38:41 +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
|
||||
solutions at{" "}
|
||||
<Link
|
||||
target="_blank"
|
||||
href="https://upstash.com"
|
||||
className="underline duration-500 hover:text-zinc-300"
|
||||
>
|
||||
@ -43,6 +44,7 @@ export default function Home() {
|
||||
<br />
|
||||
and working on{" "}
|
||||
<Link
|
||||
target="_blank"
|
||||
href="https://planetfall.io"
|
||||
className="underline duration-500 hover:text-zinc-300"
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user