Skip to content

Commit

Permalink
Merge pull request #412 from ably/WEB-3881-meganav-chat-updates
Browse files Browse the repository at this point in the history
[WEB-3881] Add "Chat (Beta)" to the meganav products menu
  • Loading branch information
kennethkalmer authored Jul 11, 2024
2 parents 72e9cf4 + 2865d2a commit 3cd249c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "14.1.4",
"version": "14.1.5",
"description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions src/core/MeganavContentProducts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,17 @@ const MeganavContentProducts = ({
</p>
</a>
</li>
<li>
<a
href={absUrl("/solutions/chat")}
className="group ui-meganav-media"
>
<p className="ui-meganav-media-heading">Chat (Beta)</p>
<p className="ui-meganav-media-copy">
Deliver highly reliable chat experiences at scale.
</p>
</a>
</li>
</ul>
</div>

Expand Down

0 comments on commit 3cd249c

Please sign in to comment.