Skip to content

Commit

Permalink
Add flexfarmer copy
Browse files Browse the repository at this point in the history
  • Loading branch information
aminick committed Sep 12, 2021
1 parent 6b05c68 commit 19a65d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/guides/GuideList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function GuideList({ listItems }) {
return (
<ul>
{listItems.map((item) => (
<li key={item.text}>{item.text}</li>
<li key={item.text} dangerouslySetInnerHTML={{ __html: item.text }} />
))}
</ul>
);
Expand Down
4 changes: 3 additions & 1 deletion public/locales/en-US/guide-flexfarmer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
{ "text": "At least 128MB available RAM." },
{ "text": "Initialized Plot NFT (Made via GUI or CLI)." },
{ "text": "Plots bound to that Plot NFT." },
{ "text": "PlotNFT joined to Flexpool (see getting started for instructions)." }
{
"text": "PlotNFT joined to Flexpool (To manage your PlotNFT with the Chia client, see our <a href='https://www.flexpool.io/get-started/xch/XCH-CLI/' target='__blank'>CLI</a> and <a href='https://www.flexpool.io/get-started/xch/XCH-GUI/' target='__blank'>GUI</a> instructions)."
}
]
},
"download": "Download",
Expand Down

0 comments on commit 19a65d6

Please sign in to comment.