Skip to content

Commit

Permalink
hotfix: update create-dubhe template some nits.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladilen11 committed Nov 25, 2024
1 parent deff9bd commit 950c18e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/create-dubhe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-dubhe",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"license": "MIT",
"author": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Home = () => {
<div className="max-w-7xl mx-auto text-center py-12 px-4 sm:px-6 lg:py-16 lg:px-8 flex-6">
<div className="flex flex-col gap-6 mt-12">
<div className="flex flex-col gap-4">
You account already have some sui from testnet
You account already have some rooch gas from {NETWORK}
<div className="flex flex-col gap-6 text-2xl text-green-600 mt-6 ">Counter: {value}</div>
<div className="flex flex-col gap-6">
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const Home = () => {
<div className="max-w-7xl mx-auto text-center py-12 px-4 sm:px-6 lg:py-16 lg:px-8 flex-6">
<div className="flex flex-col gap-6 mt-12">
<div className="flex flex-col gap-4">
You account already have some sui from testnet
You account already have some sui from {NETWORK}
<div className="flex flex-col gap-6 text-2xl text-green-600 mt-6 ">Counter: {value}</div>
<div className="flex flex-col gap-6">
<button
Expand Down

0 comments on commit 950c18e

Please sign in to comment.