Skip to content

Commit

Permalink
Merge pull request #7 from andy108369/fix-links
Browse files Browse the repository at this point in the history
fix links 2
  • Loading branch information
andy108369 committed Aug 31, 2023
2 parents 04ac3d1 + 2b2a015 commit 2a618a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/faq/Faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Faq = () => {
id: 3,
question: 'How do I initiate an instance?',
answer:
'The [Cloudmos Deploy](https://deploy.cloudmos.io/) and the [Akash Console](https://console.akash.network/landing/node-deployment) web apps provide an intuitive interface to create and start an application on Akash Network. These platforms were purpose-built to allow users at any technical skill level to deploy instances on Akash.',
'The <a href="https://deploy.cloudmos.io/">Cloudmos Deploy</a> and the <a href="https://console.akash.network/landing/node-deployment">Akash Console</a> web apps provide an intuitive interface to create and start an application on Akash Network. These platforms were purpose-built to allow users at any technical skill level to deploy instances on Akash.',
},
{
id: 4,
Expand Down

0 comments on commit 2a618a2

Please sign in to comment.