Skip to content

Commit

Permalink
Merge pull request #977 from Shaptic/exciting-horizon
Browse files Browse the repository at this point in the history
Reword Horizon and Soroban RPC taglines to be a little spicier
  • Loading branch information
janewang authored Aug 23, 2024
2 parents 5d1afa4 + e18b01f commit d8837f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/(sidebar)/endpoints/[[...pages]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ export default function Endpoints() {
<SdsLink href="https://developers.stellar.org/network/horizon/resources">
REST API endpoints
</SdsLink>{" "}
on the Horizon server. Horizon is the client facing library for the
of Horizon servers. Horizon is one of the developer-facing services for the
Stellar ecosystem.
</Alert>
</>
Expand Down
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Introduction() {
{
id: "soroban-rpc",
title: "Soroban RPC",
description: "Learn about the Soroban RPC, a RPC gateway to Stellar",
description: "Learn about Soroban RPC, a gateway to the Stellar network",
buttonLabel: "Go to docs",
buttonIcon: <Icon.LinkExternal01 />,
buttonAction: () =>
Expand All @@ -45,7 +45,7 @@ export default function Introduction() {
id: "horizon",
title: "Horizon",
description:
"Learn about the Horizon for interacting with the Stellar network",
"Learn about Horizon, the REST API for interacting with the Stellar network",
buttonLabel: "Go to docs",
buttonIcon: <Icon.LinkExternal01 />,
buttonAction: () =>
Expand Down

0 comments on commit d8837f5

Please sign in to comment.