Skip to content

Commit

Permalink
Merge pull request #8 from decooio/prod
Browse files Browse the repository at this point in the history
Prod
  • Loading branch information
ziboilihua authored Dec 20, 2023
2 parents 163e7ba + 4374873 commit f0de74c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/mint/MintStep2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function PreMetadata(p: { onContinue: OnNext }) {
{uping && (
<LoadingText
className="px-12 flex-1 justify-center"
text="The NFT metadata is being decentralized stored and it will be the very first file stored in this W3Bukcet! Please wait..."
text="The NFT metadata is being decentralized stored and it will be the very first file stored in this W3Bucket! Please wait..."
/>
)}
{mintData.metadata && !uping && (
Expand Down
2 changes: 1 addition & 1 deletion components/pages/home/SectionTop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const SectionTop = React.memo(() => {
</div>
<div className="h-full my-10 w-full max-w-[1112px] flex flex-col justify-center mt-[-1rem]">
<div className="font-RobotoMono font-bold text-[2.5rem] leading-tight">
<p>Cloud 3</p>
<p>Crust Cloud</p>
<p>Redefining Web3 Storage</p>
</div>
<div className="flex flex-col mt-12 pl-1 mb-20">
Expand Down
2 changes: 1 addition & 1 deletion lib/env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// export const IS_DEV = true
export const IS_DEV = true
export const IS_DEV = false

// export const IS_TEST = false
export const IS_TEST = false
Expand Down
2 changes: 1 addition & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class MyDocument extends Document {
<Head>
<meta
name="description"
content="One-Stop Land Platform For The Metaverse"
content="Redefining Web3 Storage"
/>
{/* <script
async
Expand Down

0 comments on commit f0de74c

Please sign in to comment.