-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathAnnouncement.astro
More file actions
28 lines (26 loc) · 1.22 KB
/
Announcement.astro
File metadata and controls
28 lines (26 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
---
<div
class="dark text-slate-200 text-sm bg-black dark:bg-transparent dark:border-b dark:border-slate-800 dark:text-slate-300 hidden md:flex gap-1 overflow-hidden px-3 py-2 relative text-ellipsis whitespace-nowrap"
>
<span
class="text-slate-200 dark:bg-sky-700 bg-sky-600 dark:text-slate-200 font-semibold px-1 py-0.5 text-xs mr-0.5 rtl:mr-0 rtl:ml-0.5 inline-block"
>NEW</span
>
<a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v7.5.3"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 7.5.3 is now available! »</a
>
<!-- <a
href="https://github.com/LycheeOrg/Lychee/releases/tag/v6.10.4"
class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.9.1 is now available! »</a
> -->
<a
target="_blank"
rel="noopener"
class="ltr:ml-auto rtl:mr-auto w-[5.6rem] h-[1.25rem] ml-auto bg-contain inline-block bg-[url(https://img.shields.io/github/stars/lycheeorg/lychee.svg?style=social&label=Stars&maxAge=86400)]"
title="If you like Lychee, give us a star."
href="https://github.com/LycheeOrg/Lychee"
>
</a>
</div>