Skip to content

Commit

Permalink
chore: Changes copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Arti M committed Jun 7, 2023
1 parent 359a7fe commit cbc127e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/MeganavContentDevelopers/component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<%= render(AblyUi::Core::Icon.new(name: "icon-multi-user-spaces-col", size: "2.5rem")) %>
<div class="flex flex-col justify-center">
<p class="ui-meganav-media-heading">Multiplayer reference guide</p>
<p class="ui-meganav-media-copy">Learn about the core Ably concepts for Multiplayer collaboration.</p>
<p class="ui-meganav-media-copy">Learn how to build collaborative features with Ably.</p>
</div>
<% end %>
</li>
Expand Down
4 changes: 2 additions & 2 deletions src/core/MeganavContentDevelopers/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const MeganavContentDevelopers = ({ absUrl }) => (
<Icon name="icon-display-tutorials-demos-col" size="2.5rem" />
<div className="flex flex-col justify-center">
<p className="ui-meganav-media-heading">Tutorials & Demos</p>
<p className="ui-meganav-media-copy">Get stuck in with our hands-on resources. </p>
<p className="ui-meganav-media-copy">Get stuck in with our hands-on resources.</p>
</div>
</a>
</li>
Expand All @@ -76,7 +76,7 @@ const MeganavContentDevelopers = ({ absUrl }) => (
<Icon name="icon-multi-user-spaces-col" size="2.5rem" />
<div className="flex flex-col justify-center">
<p className="ui-meganav-media-heading">Multiplayer reference guide</p>
<p className="ui-meganav-media-copy">Learn about the core Ably concepts for Multiplayer collaboration.</p>
<p className="ui-meganav-media-copy">Learn how to build collaborative features with Ably.</p>
</div>
</a>
</li>
Expand Down

0 comments on commit cbc127e

Please sign in to comment.