Skip to content

Commit 43d30d5

Browse files
committed
fix: update announcement links and text to reflect HDSP GitHub organization
1 parent 6489a5c commit 43d30d5

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

src/components/widgets/Announcement.astro

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,21 @@
77
>
88
<span
99
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"
10-
>NEW</span
10+
>HDSP</span
1111
>
12-
<a href="https://astro.build/blog/astro-5120/" class="text-muted hover:underline dark:text-slate-400 font-medium"
13-
>Astro v5.12 is now available! »</a
12+
<a
13+
href="https://github.com/hdspgroup"
14+
target="_blank"
15+
rel="noopener noreferrer"
16+
class="text-muted hover:underline dark:text-slate-400 font-medium"
17+
>Visit the HDSP GitHub organization &raquo;</a
1418
>
1519
<a
1620
target="_blank"
17-
rel="noopener"
18-
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/arthelokyo/astrowind.svg?style=social&label=Stars&maxAge=86400)]"
19-
title="If you like AstroWind, give us a star."
20-
href="https://github.com/arthelokyo/astrowind"
21+
rel="noopener noreferrer"
22+
class="ltr:ml-auto rtl:mr-auto w-[6.8rem] h-[1.25rem] ml-auto bg-contain inline-block bg-[url(https://img.shields.io/github/followers/hdspgroup.svg?style=social&label=GitHub&maxAge=86400)]"
23+
title="Open the HDSP GitHub organization."
24+
href="https://github.com/hdspgroup"
2125
>
2226
</a>
2327
</div>

0 commit comments

Comments
 (0)