Skip to content

Commit 0ecb15a

Browse files
Update announcement link and message in HeroPillSecond
Signed-off-by: Gerome <[email protected]>
1 parent d47945b commit 0ecb15a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/announcement.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ export function HeroPillSecond() {
88
return (
99
<StarBorder color="hsl(var(--chart-1))">
1010
<HeroPill
11-
href="https://github.com/gerome-elassaad/codingit/tree/desktop-app"
12-
announcement="📣 CHECKOUT OUR NEW APP FOR LOCAL DEV"
11+
href="https://github.com/gerome-elassaad/codinit-app/releases/latest"
12+
announcement="📣 Download CodinIT.dev On Desktop"
1313
isExternal
1414
className="bg-slate-900/20 ring-1 ring-border [&_div]:bg-slate-100 [&_div]:text-slate-900 [&_p]:text-slate-900 [&_svg_path]:fill-slate-900 dark:[&_div]:bg-slate-900 dark:[&_div]:text-slate-100 dark:[&_p]:text-slate-100 dark:[&_svg_path]:fill-white"
1515
/>
1616
</StarBorder>
1717
)
1818
}
19+

0 commit comments

Comments
 (0)