added url to announcment bar
This commit is contained in:
parent
2f4af7f3d9
commit
c300da172b
|
@ -13,7 +13,11 @@ export default function AnnouncementBar({ toggleAnnouncementBar }: Props) {
|
||||||
<div className="w-full h-10 rainbow flex items-center justify-center">
|
<div className="w-full h-10 rainbow flex items-center justify-center">
|
||||||
<div className="w-fit font-semibold">
|
<div className="w-fit font-semibold">
|
||||||
🎉️{" "}
|
🎉️{" "}
|
||||||
<Link href="" target="_blank" className="underline">
|
<Link
|
||||||
|
href="https://blog.linkwarden.app/releases/v2.0"
|
||||||
|
target="_blank"
|
||||||
|
className="underline"
|
||||||
|
>
|
||||||
Linkwarden v2.0
|
Linkwarden v2.0
|
||||||
</Link>{" "}
|
</Link>{" "}
|
||||||
is now out! 🥳️
|
is now out! 🥳️
|
||||||
|
|
Ŝarĝante…
Reference in New Issue