Skip to content

Commit

Permalink
chore: add Chat to the meganav products menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethkalmer committed Jul 11, 2024
1 parent 72e9cf4 commit 6e7bbf9
Showing 1 changed file with 11 additions and 0 deletions.
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 6e7bbf9

Please sign in to comment.