Skip to content

Commit

Permalink
🪄 [QA] Update stage environments (#804)
Browse files Browse the repository at this point in the history
This is a pull request that upon merging will update stage environments
with recent `main` changes.
The environments that will be updated:
* Stage live: https://stage-live--taho-development.netlify.app/
* Stage fork: https://stage-fork--taho-development.netlify.app/

Read more: [Deployment to Production
Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
  • Loading branch information
jagodarybacka authored Nov 30, 2023
2 parents 8456f2e + 8e30a67 commit 2d03114
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/Island/Modals/ModalLeavingRealm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ export default function ModalLeavingRealm({
padding: 48px;
width: 488px;
box-sizing: content-box;
background: var(--background-gradient);
backdrop-filter: blur(26px);
border-radius: 16px;
}
.modal_header {
font: var(--text-h1);
Expand Down

0 comments on commit 2d03114

Please sign in to comment.