We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9eb59 commit dfba1c2Copy full SHA for dfba1c2
src/components/widgets/Announcement.astro
@@ -5,8 +5,8 @@
5
class="text-muted text-sm bg-[#dbeafe] dark:bg-transparent dark:border-b dark:border-slate-800 dark:text-slate-400 hidden md:block overflow-hidden px-3 py-2 relative text-ellipsis whitespace-nowrap"
6
>
7
<span class="dark:bg-slate-700 bg-white/40 dark:text-slate-300 font-semibold px-1 py-0.5 text-xs mr-0.5 rtl:mr-0 rtl:ml-0.5 inline-block">NEW</span>
8
- <a href="https://twitter.com/astrodotbuild/status/1693655809711108456" class="text-muted hover:underline dark:text-slate-400 font-medium"
9
- >August 30, 2023: Astro v3 release date! »</a
+ <a href="https://astro.build/blog/astro-3/" class="text-muted hover:underline dark:text-slate-400 font-medium"
+ >Astro 3.0 is here! »</a
10
11
<a
12
target="_blank"
0 commit comments