We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbf608b + f766dd4 commit 111f568Copy full SHA for 111f568
components/announcement.tsx
@@ -8,11 +8,12 @@ export function HeroPillSecond() {
8
return (
9
<StarBorder color="hsl(var(--chart-1))">
10
<HeroPill
11
- href="https://github.com/gerome-elassaad/codingit/tree/desktop-app"
12
- announcement="📣 CHECKOUT OUR NEW APP FOR LOCAL DEV"
+ href="https://github.com/gerome-elassaad/codinit-app/releases/latest"
+ announcement="📣 Download CodinIT.dev On Desktop"
13
isExternal
14
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"
15
/>
16
</StarBorder>
17
)
18
}
19
+
0 commit comments