Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit c7915cf

Browse files
eckartaleckartal
authored andcommitted
update: Announcement copy and link
1 parent a7a7b16 commit c7915cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/src/components/Announcement/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ const Announcement = () => {
55
<div className="inline-flex items-center justify-center alert px-4 py-3 rounded-xl mx-auto bg-indigo-500 border border-solid border-indigo-800">
66
{/* Please change this when cortex stable we can use from latest release endpoint */}
77
<div className="flex items-center gap-2">
8-
<span>🚧</span>
8+
<span>🎉</span>
99
<p className="mb-0 text-neutral-100 font-medium">
10-
Cortex.cpp v1.0 is now live on github.
11-
<a href="/docs" className="no-underline hover:no-underline">
10+
<a href="https://github.com/janhq/cortex.cpp/releases/tag/v1.0.1" className="no-underline hover:no-underline">
1211
{" "}
13-
Read more
12+
Cortex.cpp v1.0 is now live on GitHub. Check it out!
1413
</a>
1514
</p>
1615
</div>

0 commit comments

Comments
 (0)