Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update copy on landing page #158

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"css": "npx tailwindcss -i ./src/style/app.scss -o ./src/style/app.css --watch"
},
"dependencies": {
"@akashnetwork/akashjs": "^0.4.15",
"@akashnetwork/akashjs": "^0.4.17",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "0.25.4",
"@craco/craco": "^6.4.4",
Expand Down Expand Up @@ -92,4 +92,4 @@
]
},
"typings": "./src/react-app-env.d.ts"
}
}
8 changes: 4 additions & 4 deletions web/src/Landing-Metadata/landing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export const metadata: Metadata = {
buttonClass: 'coming-soon-btn-2',
},
{
title: 'Deploy an AI/ ML Model',
title: 'Deploy an AI/ML Model',
description:
'Popular AI & ML models, deployed in just a few clicks. Includes Stable Diffusion, GPT4All, Alpaca and more.',
'Popular AI & ML models, deployed in just a few clicks. Includes Stable Diffusion, Falcon, Alpaca, and more.',
buttonText: 'Choose a Template',
route: '/landing/ml-deployment',
icon: 'electronicsChip',
Expand All @@ -85,9 +85,9 @@ export const metadata: Metadata = {
],
},
sdlGuideTiles: {
introText: 'How it works?',
introText: 'How does it work?',
introDescription:
'There are 3 main steps to deploying on Akash. Check out our detailed <a target="_blank" href="https://docs.akash.network/guides/deploy">help</a> for more.',
'Deploy on Akash in 3 easy steps. For more information, check out this <a target="_blank" href="https://docs.akash.network/guides/deploy">help page</a>.',
tiles: [
{
step: '01',
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.2.0.tgz#e1a84fca468f4b337816fcb7f0964beb620ba855"
integrity sha512-E09FiIft46CmH5Qnjb0wsW54/YQd69LsxeKUOWawmws1XWvyFGURnAChH0mlr7YPFR1ofwvUQfcL0J3lMxXqPA==

"@akashnetwork/akashjs@^0.4.15":
version "0.4.15"
resolved "https://registry.yarnpkg.com/@akashnetwork/akashjs/-/akashjs-0.4.15.tgz#7b1772b16f231b1b862b0c8e4498230294b85748"
integrity sha512-eczksGKrYeNn6oOSYI0Gt8G5Z+22c1vMgZKA7F0fi4KAGzyYoUrUR/s4vyx9zQk6fvgfK5j34SHodWcX1z6OsA==
"@akashnetwork/akashjs@^0.4.17":
version "0.4.17"
resolved "https://registry.yarnpkg.com/@akashnetwork/akashjs/-/akashjs-0.4.17.tgz#7dda5d829f825b0558d26a6a54a13d4a95f39813"
integrity sha512-jA9E1e26MtU8PT79frdWqNrXICWeY9I2H29UEuh4Xey9p+ZQKY5GheHNd7nfX9H/m2UIrlh4gZo6u9JoMjJo/A==
dependencies:
"@cosmjs/launchpad" "^0.27.0"
"@cosmjs/proto-signing" "^0.28.11"
Expand Down
Loading