Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
fix: removed the word 'from' in pricing
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Jun 25, 2024
1 parent a7f014e commit 87bc516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/[username]/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default async function Page({ params }) {
url: platform.example,
urlText: `${REACH().data[platform.reach].name} on ${
PLATFORMS().data[platform.name].display
} with ${REACH().data[platform.reach].group} (from $${
} with ${REACH().data[platform.reach].group} ($${
platform.price
})`,
description: platform.description,
Expand Down
2 changes: 1 addition & 1 deletion src/app/account/links/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default async function Page() {
url: `?id=${platform.id}`,
urlText: `${REACH().data[platform.reach].name} on ${
PLATFORMS().data[platform.name].display
} with ${REACH().data[platform.reach].group} (from $${
} with ${REACH().data[platform.reach].group} ($${
platform.price
})`,
description: platform.description,
Expand Down

0 comments on commit 87bc516

Please sign in to comment.