Skip to content

Commit

Permalink
[Core] Update production build
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Oct 25, 2024
1 parent 6f8a962 commit ac3c172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push-mythical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- mythical-dev
- mythical-prod

push:
branches:
- mythical-dev
Expand All @@ -27,7 +26,6 @@ jobs:
node-version: '18'
cache: 'yarn'
- name: Build WebApp
if: github.ref_name == 'mythical-dev'
env:
TRANSAK_API_KEY: ${{ secrets.TRANSAK_API_KEY }}
COINBASE_PAY_ID: ${{ secrets.COINBASE_PAY_ID }}
Expand Down
4 changes: 2 additions & 2 deletions packages/webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@
<div id="root"></div>
<div id="loading-placeholder" class="startup-screen" style="position:fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 2000">
<div class="startup-screen-title">
Welcome to Playnation
Welcome to Mythical Games
</div>

<div class="startup-screen-subtitle">
Your airdrop is loading...
Your data is loading...
</div>

<img class="startup-screen-mockup-1" src="/images/startup-screen/token-1.png" alt="mockup-1">
Expand Down

0 comments on commit ac3c172

Please sign in to comment.