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

d #94

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

d #94

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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [Wonderland Frontend](https://app.wonderland.money/)
This is the front-end repo for Wonderland.
# [Wonderland Frontend](https://app.caicailand.money/)
This is the front-end repo for Caicailand.

## 🔧 Setting up Local Development

Expand All @@ -10,7 +10,7 @@ Required:


```bash
git clone https://github.com/Wonderland-Money/wonderland-frontend.git
git clone https://github.com/Mclaren-Benz/wonderland-frontend.git
cd wonderland-frontend
yarn install
npm run start
Expand All @@ -24,12 +24,12 @@ Each PR into master will get its own custom URL that is visible on the PR page.

## 👏🏽 Contributing Guidelines

We keep an updated list of bugs/feature requests in [Github Issues](https://github.com/Wonderland-Money/wonderland-frontend/issues).
We keep an updated list of bugs/feature requests in [Github Issues](https://github.com/Mclaren-Benz/wonderland-frontend/issues).


![GitHub issues](https://github.com/Wonderland-Money/wonderland-frontend/issues?style=flat-square)
![GitHub issues](https://github.com/Mclaren-Benz/wonderland-frontend/issues?style=flat-square)

Filter by ["good first issue"](https://github.com/Wonderland-Money/wonderland-frontend/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) to get your feet wet!
Filter by ["good first issue"](https://github.com/Mclaren-Benz/wonderland-frontend/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) to get your feet wet!
Once you submit a PR, our CI will generate a temporary testing URL where you can validate your changes. Tag any of the gatekeepers on the review to merge them into master.

*__NOTE__*: For big changes associated with feature releases/milestones, they will be merged onto the `develop` branch for more thorough QA before a final merge to `master`
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />

<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Wonderland</title>
<title>Caicailand</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"short_name": "Wonderland",
"short_name": "Caicailand",
"start_url": ".",
"homepage": "./",
"name": "Wonderland",
"name": "Caicailand",
"launch_path": "/public/index.html",
"icons": [
{
Expand Down
36 changes: 23 additions & 13 deletions src/assets/icons/wonderland-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 23 additions & 13 deletions src/assets/icons/wonderland-nav-header.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/components/Drawer/drawer-content/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ function NavContent() {
</div>
</div>
<div className="dapp-menu-doc-link">
<Link href="https://twitter.com/jambestwick" target="_blank">
<img alt="" src={DocsIcon} />
<p>Creator . caicailong</p>
</Link>
<Link href="https://wonderland.gitbook.io/wonderland/" target="_blank">
<img alt="" src={DocsIcon} />
<p>Docs</p>
Expand Down
6 changes: 3 additions & 3 deletions src/components/Drawer/drawer-content/social.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ import { ReactComponent as Discord } from "../../../assets/icons/discord.svg";
export default function Social() {
return (
<div className="social-row">
<Link href="https://github.com/Wonderland-Money/wonderland-frontend" target="_blank">
<Link href="https://github.com/Mclaren-Benz/wonderland-frontend" target="_blank">
<SvgIcon color="primary" component={GitHub} />
</Link>

<Link href="https://twitter.com/wonderland_fi?s=21" target="_blank">
<Link href="https://twitter.com/jambestwick" target="_blank">
<SvgIcon color="primary" component={Twitter} />
</Link>

<Link href="https://t.me/joinchat/6UybL5rJMEhjN2Y5" target="_blank">
<SvgIcon viewBox="0 0 32 32" color="primary" component={Telegram} />
</Link>

<Link href="https://discord.gg/thDHseaHUt" target="_blank">
<Link href="https://discord.gg/AjkMXS7U" target="_blank">
<SvgIcon color="primary" component={Discord} />
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/constants/messages.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const messages = {
please_connect: "Please connect your wallet to the Avalanche network to use Wonderland.",
please_connect: "Please connect your wallet to the Avalanche network to use Caicailand.",
please_connect_wallet: "Please connect your wallet.",
try_mint_more: (value: string) => `You're trying to mint more than the maximum payout available! The maximum mint payout is ${value} TIME.`,
before_minting: "Before minting, enter a value.",
Expand Down
Loading